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