extends BTAction class_name BTStop func tick(tick: Tick) -> int: var npc = tick.actor npc.do_stop() # print(npc.name, " stand") return OK