Yes, all these variables are fixed variables created by the dev.So no fixed variables like Sugarcube?
To know them, you have to search the .py game files, like in game/scripts/main_classes/class_player_ren.py and so on .
And, ofc, know a bit of python.
For example, in console, if you type
player.cash=12345
you change your money
Careful : python is case-sensitive.
Good luck
								
									Last edited: