# Special Tags

Special tags are tags with built-in behavior. They are used to decorate statements to obtain specific plugin behaviors.


# Once

This Special Tag can be used if you want a statement to play only once, doesn't matter how many times the script flow passes through that point.

- Shopkeeper | #once
  Greetings traveler!
  Welcome to the shop of the great wizard, Zeddicus.

- Shopkeeper
  How may the great Zeddicus be of service to you today?

$ ShowShopInventory

# Mark

The #mark tag is used to tell the Interpreter to store a counter of how many times this statement played when the Keep Visited Statements setting is turned off.

$ a = 10 | #mark