extends Area func _ready(): connect("body_entered",find_parent("agi_pivot"),"stop") connect("body_exited",find_parent("agi_pivot"),"start")