Hi, I'm new to renpy and i've been trying to make something like this work :
if daytime >= 5:
$ daytime == 1
the thing is, I have 4 periods which are basically morning, afternoon, evening, night, and i want to make sure that when you're at night and you skip ( I made a button that adds 1 to daytime everytime you press it) to next day, it resets to daytime = 1 and not daytime = 5.
Any suggestions ?
if daytime >= 5:
$ daytime == 1
the thing is, I have 4 periods which are basically morning, afternoon, evening, night, and i want to make sure that when you're at night and you skip ( I made a button that adds 1 to daytime everytime you press it) to next day, it resets to daytime = 1 and not daytime = 5.
Any suggestions ?