.. _rest-cheatsheets: Sheets ====== .. container:: my-container-class .. figure:: /images/HeaderButton.jpg :width: 800px :figclass: align-left :align: left :class: my-class This tool creates a popup window that displays modifiable cheat sheets for various game data types. After making changes to game stats using the popup window, remember to click the "Next" button to ensure that changes are saved. If you go to a different page, such as the stats page, the game will revert to its previous stats. .. _rest-cheatsheets-n: Load.js - Numbers ----------------- This cheat sheet allows you to modify numerical game data. .. literalinclude:: /_static/code/CheatSelectable/CheatN.js :class: myCodeBlock :language: javascript .. _rest-cheatsheets-b: Load.js - Booleans ------------------------------ This cheat sheet allows you to modify boolean game data. .. literalinclude:: /_static/code/CheatSelectable/CheatB.js :class: myCodeBlock :language: javascript .. _rest-cheatsheets-s: Load.js - Strings ---------------------------------------- This cheat sheet allows you to modify string game data. .. literalinclude:: /_static/code/CheatSelectable/CheatS.js :class: myCodeBlock :language: javascript