<- PRPL reference <- Everything Else 2
Arguments | Result | Notation |
---|---|---|
[ - ] |
Clear all global variables. Global variables can be accessed from any script on the map.
"SET" ->*ThisIsAGlobal <-*ThisIsAGlobal Trace #Printed "SET" to the trace ClearGlobals <-*ThisIsAGlobal Trace #Printed "" to the trace