This is an old revision of the document!
<- PRPL reference <- Everything Else 2
Arguments | Result | Notation |
---|---|---|
str varname | – | [ string - ] |
Sets a variable to not be persisted. Normally script variables save when the game is saved. NotPersist causes them to be left out of save files.
An important use for this
1 ->var1 2 ->var2 "var2" NotPersist