0 0 0Actions Helo guys, to make this achievement u only make this example:def function_a(): harvest()def fuction_b(func): func()function_b(function_a)simple, no?