This shows you the differences between two versions of the page.
xrpl:notpersist [2019/03/03 23:23] – created Karsten75 | xrpl:notpersist [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | ===== NotPersist | ||
- | |||
- | ^Arguments^Result^Notation^ | ||
- | | varname | | [ string - ] | | ||
- | |||
- | |||
- | === Description === | ||
- | |||
- | 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. | ||
- | |||
- | === Examples === | ||
- | |||
- | An important use for this | ||
- | |||
- | <code prpl> | ||
- | 1 ->var1 | ||
- | 2 ->var2 | ||
- | " | ||
- | </ | ||