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.
Changes:
PtrToPawnAddress
andPawnAddressToPtr
for the action callbacks.