Variables: Difference between revisions
Clarified that saved variables can not be used in lists to prevent misunderstandings.
m (Added a missing period) |
(Clarified that saved variables can not be used in lists to prevent misunderstandings.) Tags: Mobile edit Mobile web edit |
||
Line 7: | Line 7: | ||
Variables can have different modes: <b>Normal</b>, <b>Global</b> and <b>Saved</b>. | Variables can have different modes: <b>Normal</b>, <b>Global</b> and <b>Saved</b>. | ||
Any variable can also be a [[List]]. | Any variable except saved ones can also be a [[List]]. | ||
The mode of the variable can be changed by pressing the button at the bottom left while editing it's name. | The mode of the variable can be changed by pressing the button at the bottom left while editing it's name. | ||
Line 40: | Line 40: | ||
{{Image|Set_Variable_button_saved.png|Keypad shown with mode being changed to Saved.}} | {{Image|Set_Variable_button_saved.png|Keypad shown with mode being changed to Saved.}} | ||
Saved variables currently only have number type | Saved variables currently only have number type, meaning they can't be used as a [[List]]. There can also only be up to 64 saved variables per game. | ||
=== Notes === | === Notes === |