im making a game where you a ball with two other ball hands that float and i want to add a grab feature to it but when ever i touch the enemy my game crashes. here is the code that i used correct me please.
func onenemykillboxbodyentered(body):
if body.get('grab') == 'grab':
move_toward(grab, grab, grab)