ok, thanks and i really really appreciate it indeed. but my next questions is what are the codes for that to use in the game? thanks alot.
What i usually do, is that i make a save, upload it to
You must be registered to see the links
and then check the different lines. For instance money. Sometimes it's just money=123, sometimes it's player.money=123. Sometimes it's even cash=123. So yea, using
You must be registered to see the links
to check the different lines helps a lot, and a bit less hassle than to search through all the renpy scripts. As for changing it in the game. I get the variable i wanna change on
You must be registered to see the links
and then use dev tool to change it, with just writing money=9999. I try not to use too high number value as i've experienced some games bugging out because of it.