Search found 1 match

by Panzer_Soft
Wed Jun 19, 2019 8:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Python in Renpy If Statements
Replies: 1
Views: 593

Python in Renpy If Statements

Hello everyone, I am having issues with this particular statement in Renpy. I noticed that the $ are being executed regardless of the condition. At least some time during initialization. I've set default timeOfDay = 0 yet the first line of code $ renpy.say(None, "H: " + str(timeOfDay)) out...