@tool
extends Action
class_name ActionStopMove
func run(character: Character) -> BT.Status:
character.move_stop()
return SUCCESS