These are not events called by the engine, but instead, game events that the base code takes care of. Here's a list of some so far, please add any along the same lines you think would be good--
(done) Hooks (new events)
Moderator: Sophia
Forum rules
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
Please read the Forum rules and policies before posting. You may
to help finance the hosting costs of this forum.
- Sophia
- Concise and Honest
- Posts: 4308
- Joined: Thu Sep 12, 2002 9:50 pm
- Location: Nowhere in particular
- Contact:
(done) Hooks (new events)
At it stands, wading though the base code is a bit of a mess, trying to find certain key events in order to override them. I'm going to separate some of these out into another file, and call them "hooks". These will be separate small functions that can be expanded upon instead of having to override big, complex functions.
These are not events called by the engine, but instead, game events that the base code takes care of. Here's a list of some so far, please add any along the same lines you think would be good--
door_hits_party
door_hits_monster
monster_takes_damage
party_falls_down
party_climbs_up
These are not events called by the engine, but instead, game events that the base code takes care of. Here's a list of some so far, please add any along the same lines you think would be good--
Last edited by Sophia on Fri Jun 27, 2008 7:02 pm, edited 1 time in total.