When a players moves between rooms using directions, triggers will be processed in the following order:
* - If trigger fires and prog does not return true, movement is prevented and no further triggers are processed.
** - If trigger fires, movement is prevented and no further triggers are processed.
When entering a portal, triggers will be processed in the following order:
* - If trigger fires and prog does not return true, movement is prevented and no further triggers are processed.
When these spells are cst, triggers will be processed in the following order:
* - If trigger fires and prog does not return true, movement is prevented and no further triggers are processed.
When transfer() or gtransfer() functions are used, triggers will be processed in the following order:
* - If trigger fires and prog does not return true, movement is prevented and no further triggers are processed.
The sequence is processed separately for each individual CH in the case of gtransfer.
CH:goto() function does not check any enter or exit triggers.
When recalling, triggers will be processed in the following order:
* - If trigger fires and prog does not return true, movement is prevented and no further triggers are processed.