{"pages":{"start":[{"image":{"locator":"file:no-10.jpg"}},{"choice":{"options":[{"label":"Start game","commands":[{"goto":{"target":"newGame"}}]},{"label":"Settings","commands":[{"goto":{"target":"Settings"}}]}]}}],"newGame":[{"image":{"locator":"file:no-10.jpg"}},{"say":{"label":"<p>Starting a new game!<\/p>","mode":"instant"}},{"say":{"label":"<p>Score: <eval>score<\/eval><\/p><p>Phase: <eval>phase<\/eval><\/p>","mode":"instant"}},{"choice":{"options":[{"label":"Back to start","commands":[{"goto":{"target":"start"}}]}]}}],"Settings":[{"if":{"condition":"Debug == true","commands":[{"say":{"label":"<p>Debug is ON<\/p>","mode":"instant"}},{"say":{"label":"<p>Score: <eval>score<\/eval><\/p><p>Phase: <eval>phase<\/eval><\/p>","mode":"instant"}}],"elseCommands":[{"say":{"label":"<p>Debug is OFF<\/p>"}}]}},{"choice":{"options":[{"label":"Toggle Debug","commands":[{"eval":{"script":"Debug = ! Debug"}},{"goto":{"target":"Settings"}}]},{"label":"Increase Score","commands":[{"eval":{"script":"score = score + 10"}},{"goto":{"target":"Settings"}}]},{"label":"Increase Phase","commands":[{"eval":{"script":"phase = phase + 1"}},{"goto":{"target":"Settings"}}]},{"label":"Back","commands":[{"goto":{"target":"start"}}]}]}}]},"init":"var score = teaseStorage.getItem(\"score\") || 0;\r\nvar phase = teaseStorage.getItem(\"phase\") || 1;\r\nvar Debug = false;\r\n","modules":{"storage":{}},"files":{"no-10.jpg":{"id":3736508,"hash":"e0288b7f898fc6b5df9332fdd22842ddec7a06fa","size":37709,"type":"image\/jpeg","width":458,"height":720}}}