<unset>
TagThe <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.
<unset flag_name>
flag_name
: The name of the flag to unset. This corresponds to a previous <set>
or <tempset>
tag that had set "gamestate_flag_name"
.The tag must not include the gamestate_
prefix — it is added automatically.
<unset moon_rune>
This will delete the gamestate_moon_rune
flag from the player’s personal state record, if it exists.
<setglobal>
.LIKE 'gamestate_moon_rune%'
), allowing multiple versions or variants to be removed at once.Ideal for: