- Apr 26, 2018
- 32
- 31
Guys, i just wanted to make day/time system but its doesn't work because of the screen. I realized that if condition doesn't work in screen. here is the code:
when that happens its just shows that "time_hour" is "0" but when i look at from console, the "time_hour" is still "12" its doesnt work.
please help!
default time_hour = 0
screen myGui():
if time_hour >= 12:
$ time_hour -= 12
when that happens its just shows that "time_hour" is "0" but when i look at from console, the "time_hour" is still "12" its doesnt work.
please help!