Page 1 of 1

Changing Variables Mid-Game for testing

Posted: Thu Jul 11, 2013 1:39 pm
by MissLanna
Stupid simple little question, can't believe it slipped my mind. What's the shortcut / keys to bring up the menu during testing that'll let you edit variables? @-@ Please and thank you.

Re: Changing Variables Mid-Game for testing

Posted: Thu Jul 11, 2013 7:35 pm
by pwisaguacate
Press Shift+O to open the console. You will then be able to type in renpy/python statements.

Re: Changing Variables Mid-Game for testing

Posted: Thu Jul 11, 2013 8:03 pm
by trooper6
If you type in variable in the Shift+O, it doesn't change the acutal code, right?

So if i do something like:
$witnesses = False
$interrupts = 3
$redemption_pts = 4
$damnation_pts =2
jump shaving

That should work without overwriting the code in my rpy files?

Re: Changing Variables Mid-Game for testing

Posted: Thu Jul 11, 2013 8:05 pm
by pwisaguacate
Correct, it should not overwrite any scripts.