| 57 | } |
| 58 | |
| 59 | S32 zNPCGoalScript::Enter(F32 dt, void* updCtxt) |
| 60 | { |
| 61 | zNPCCommon* npc = (zNPCCommon*)psyche->clt_owner; |
| 62 | |
| 63 | zEntEvent(npc, npc, eEventNPCScript_ScriptReady); |
| 64 | |
| 65 | return zNPCGoalCommon::Enter(dt, updCtxt); |
| 66 | } |
| 67 | |
| 68 | S32 zNPCGoalScript::Exit(F32 dt, void* updCtxt) |
| 69 | { |