Variableunset

Description

Unsets a variable.

Attributes

This mechanic inherits every inheritable attribute of the SetVariable mechanic

Examples

This will unset the testing caster scope variable from the caster.

RemoveVariable:
  Skills:
  - variableUnset{var=caster.testing} @self

This will unset the testing caster scope variable from the caster as well.

RemoveVariable:
  Skills:
  - variableUnset{var=testing;scope=caster} @self

Aliases

  • unsetvariable
  • unsetvar
  • varunset
Updated Aug 19, 2026