EXIT
EXIT or ON_EXIT
This event is used to indicate a cell that marks the exit from the dungeon. If this is a Door, it will be marked with brown color (indicating a wooden door, exit door as in the "Kellar's Keep" expansion). If the cell containing the EXIT Marker is a Staircase, all cells of the staircase will be used as exit cells.
This event also triggers when a hero exits from that specific exit, performing the associated actions. For this Event, it is possible to specify the option :REPEAT, or :LAST. Attention: In the absence of the :REPEAT option, this event will only trigger the first time a hero exits from this exit.
NOTE: The EXIT Event can be used in multiple cells. Each cell associated with this Event can be used as an exit from the dungeon.
- Example 1:
{[[(Y), EXIT]] You are the first hero to complete the dungeon!}
- Example 2:
{[[(Y), EXIT:REPEAT]] You found the exit of the dungeon!}
- Example 3:
{[[(Y), EXIT:LAST]] You are the last hero to escape from the dungeon!}
- Example 4:
{[[(Arrow), EXIT]]}