ssod

<unset> Tag

The <unset> tag is used to remove a previously set player state flag. This tag specifically unsets a temporary or permanent flag only for the current player, and does not affect any global game state.


📌 Syntax

<unset flag_name>

The tag must not include the gamestate_ prefix — it is added automatically.


✅ Example

<unset moon_rune>

This will delete the gamestate_moon_rune flag from the player’s personal state record, if it exists.


⚠️ Important Notes


🧠 Use Case

Ideal for: