Updated Set Variable.md (markdown)
commited
commit
548d4fd237e5ad5b805b625cfe3a448b24e2f331
... | ... | @@ -28,4 +28,8 @@ Saved variables were added in Fancade 1.6. Like global variables, you can make a |
28 | 28 | |
29 | 29 | As the name implies, saved variables persist their value from one game session to the next. This is true whether the user ends the game by winning, dying, or simply pausing and returning to the menu. |
30 | 30 | |
31 | Additionally, saved variables are shared across all levels in the same game. This allows a player's actions in one level to affect their gameplay in other levels, and to keep track of purchases from the [[Menu Item|Blocks/Menu Item]] block. |
|
... | ... | \ No newline at end of file |
0 | Additionally, saved variables are shared across all levels in the same game. This allows a player's actions in one level to affect their gameplay in other levels, and to keep track of purchases from the [[Menu Item|Blocks/Menu Item]] block. |
|
1 | ||
2 | Saved variables currently only work with number variables. |
|
3 | ||
4 | A game can have up to 64 saved num nvariables |
|
... | ... | \ No newline at end of file |