public override ActionResult Execute(RAIN.Core.AI ai) { NPC npc = ai.Body.GetComponent <NPC>(); npc.ExecuteAttack(); return(ActionResult.SUCCESS); }