Tag Reference

| Command Tags | | Global Tags | | Location Tags | | Condition Tags |

Command Tags

  • Add Command

Adds option with text that runs the selected page/message.

  • Add Persistent Command

Like Add Command but the option will not be removed after the player chooses it.

  • Add Location Command

Adds option with text that sends player to the selected location.

  • Remove Command

Removes option.

Back to top

Global Tags

  • Get Global

Replaced by the current value of the selected global.

  • Set Global

Sets the selected global to the entered value.

  • Pronoun

Replaced by the player's chosen pronoun.

  • +1

Adds one to the selected global.

  • -1

Subtracts one from the selected global.

Back to top

Location Tags

  • Show Exit

Shows the selected exit to the player.

  • Hide Exit

Hides the selected exit from the player.

  • Show Command

Shows the selected location-based command to the player.

  • Hide Command

Hides the selected location-based command from the player.

  • Remove Location

Removes player's location completely.

Back to top

Condition Tags

  • if

Will only run the text between it and the endif if the specified condition is true. Must be accompanied by an endif.

  • if visited

Will only run the trext between it and the endif if the specified location has /has not been visited by the player. Must be accompanied by an endif.

  • endif

Closes a conditional block. Conditions can be nested but each one must be closed by an endif.

Back to top

Back to help