| 71 | } |
| 72 | |
| 73 | S32 zNPCGoalScript::SysEvent(xBase* from, xBase* to, U32 toEvent, const F32* toParam, |
| 74 | xBase* toParamWidget, S32* handled) |
| 75 | { |
| 76 | return xGoal::SysEvent(from, to, toEvent, toParam, toParamWidget, handled); |
| 77 | } |
| 78 | |
| 79 | S32 zNPCGoalScript::NPCMessage(NPCMsg* mail) |
| 80 | { |
nothing calls this directly
no test coverage detected