Is there a way to increase the money cheat to more than 1k? Pressing enter to get to 20mil is impossible?
I changed,
textbutton _(" +10k ") action SetVariable("money", money+10000) text_size 20 ysize 20
to
textbutton _(" +1Mil ") action SetVariable("money", money+1000000) text_size 20 ysize 20
So you just have to hit the button 20 times.
Just replace the mod you have with the one I posted below.
Or change that line yourself?
Cheers