Generate classic Arcade style game codes to resume play. Codes are unique per username, you can't use someone else's game code. Numbers (whole or decimal) you put into the list are saved as a code. Look inside to see how it's used via broadcasts: + call "make_a_code" and expect "game_code_created" (the variable will have the new code) + call "read_a_code" and expect "game_code_read" (the list will have the values)
HOW TO USE: +Drop the "Save-Game Code Generator" sprite into your backpack. +Create a global variable "ResumeGameCode" +Create a global list "ResumeGameValues" +Drop the sprite from your backpack into your project. +Call the broadcasts described above. +That's it!