Temp Disable Stat Screen

That’s a good solution, but for the super top secret reason I need it, that won’t work :disappointed_relieved:

Okay I guess I can reveal my super secret plan…

When the player selects an option I want it to then set the variable to a random number, but the issue is that if they go to the stat screen during that page and then go back the command runs again and the variable changes AGAIN. I only want the random generation to run once and the only way to do that is to have all the random generations run before the choice screen, but that becomes a hassle when there are multiple options because each option would then require its own variable.