Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 747 Bytes

File metadata and controls

36 lines (23 loc) · 747 Bytes

[command] global

Sets a global variable. Global variables do not get deleted automatically when a restart command is issued. The can be used to implement meta features, e.g. enabling things only after a player finished the game once.

Usage

. global ~my_var, +value

(( n: Global my_var is: {$$my_var} ))

Attributes

Parents

Children

  • none

Related commands