extends "res://scripts/NPC.gd" func changeState(state): if state == "Walk": action = state else: action = "Idle"