CBaseNPC 1.10.1.105
Add PtrToPawnAddress to action callbacks (#43)
- Added uses of PtrToPawnAddress and PawnAddressToPtr for the action callbacks.
- Replaced the event result stack of an Action with a counter instead.
- The event result is assigned after the event has been processed, so there's no risk of overwriting the result if an event is triggered inside of another.