Skip to main content

Variables

Persistent variables

TagDescription
# persist: varNameSave varName Ink variable value to the persistent storage, restore before game starts.

Variable observers

TagDescription
# observe: varNameRegister variable observer for varName Ink variable. Variable value is available in vars section of the Atrament state.