- Apr 22, 2021
- 854
- 2,896
That would help with just additional variables - it's changes to the main class that are the real obstacle. I really will be looking to lock it down soon!One thing that might possibly help if you're not already aware of it is theafter_load
special label, that gets run each time a game is loaded and can in certain cases allow updating variables in ways that thedefault
statement can't handle.
Last edited: