Skip to main content

Changelog

  • Version 1.3

    • Modified MONSTER_ON event: added complete list of kind of monsters supported, updated type PASSIVE description, added new type FUGITIVE, added chaos spells from KK, ROTWL and FH.
    • Modified ADD_MONSTER action: added complete list of kind of monsters supported, updated type PASSIVE description, added new type FUGITIVE, added chaos spells from KK, ROTWL and FH.
    • Added EXIT_REJECTED action.
  • Version 1.2

    • Modified ON_STEP event: now supports passing the cell parameter and supports the :LAST modifier.
    • Modified SET action: now supports incrementing with +Number (e.g., +1, +10, +55) or ++ (equivalent to +1), decrementing with -Number (e.g., -1, -7, -23) or -- (equivalent to -1), TURN, and RND(from,to).
    • Added SELECT action: perform multiple-choice requests using OPTION or OPTION(logical_operation).
  • Version 1.1

    • Modified START event: now supports executing actions, like all other events. Additionally, it can be used to specify cells (or doors or stairs) as starting cells.
    • Added EXIT event: to specify exit cells (or doors or stairs) and execute events upon their usage.
    • Added ON_END event: executed every time a Hero exits the quest.
    • Modified MONSTER_ON event: added an optional ICON parameter to specify a custom Monster icon.
    • Modified ADD_NPC action: added an optional ICON parameter to specify a custom NPC icon.
    • Modified ADD_MONSTER action: added an optional ICON parameter to specify a custom Monster icon.
    • Added REMOVE_HERO action: to remove a hero from the quest.
    • Added BG_PLAY, BG_PAUSE, BG_RESUME, BG_STOP actions: to play background audio.
    • Added EFFECT_PLAY, EFFECT_PAUSE, EFFECT_RESUME, EFFECT_STOP actions: to play effect audio.
  • Version 1.0

    • First version of the documentation.