ON_END
ON_END
This Event is automatically triggered every time a hero completes a quest, and it executes the associated events.
Note: This Event is as if it always has the REPEAT option active because it repeats every time a hero exits the dungeon. It can be equated to an EXIT:REPEAT event, but unlike it, it applies to all exits.
- Example 1:
{[[(I), ON_END]] Congratulations, your quest is complete! }
Congratulations, your quest is complete!
appears.