Ran into a bug when loading existing saves:
While running game code: File "game/myscripts/my_time.rpy", line 3187, in script $ AllAvailableEvents() File "game/myscripts/my_time.rpy", line 3187, in <module> $ AllAvailableEvents() File "game/myscripts/my_events.rpy", line 80, in AllAvailableEvents File "game/myscripts/my_events.rpy", line 90, in AvailableEvents File "game/myscripts/my_events.rpy", line 217, in Check_Req File "game/myscripts/my_events.rpy", line 204, in Check_VarReq TypeError: '>=' not supported between instances of 'NoneType' and 'int'
Not sure if ignoring is safe or if I'm going to end up with weirdness.