Game crashed right on startup (Just clicked Start new game)
Here is the markup code:
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 520, in script
if persistent.ph_advstart_ep >= 2:
File "game/script.rpy", line 520, in <module>
if persistent.ph_advstart_ep >= 2:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 520, in script
if persistent.ph_advstart_ep >= 2:
File "F:\f95zone stuff\Where the Heart Is [Ep. 21] - ep22\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\ast.py", line 2115, in execute
if renpy.python.py_eval(condition):
File "F:\f95zone stuff\Where the Heart Is [Ep. 21] - ep22\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1092, in py_eval
return py_eval_bytecode(code, globals, locals)
File "F:\f95zone stuff\Where the Heart Is [Ep. 21] - ep22\WhereTheHeartIs-Ep23-pc\WhereTheHeartIs-Ep23-pc\renpy\python.py", line 1085, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 520, in <module>
if persistent.ph_advstart_ep >= 2:
TypeError: '>=' not supported between instances of 'NoneType' and 'int'
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
Where The Heart Is Ep23
Mon Dec 19 19:10:24 2022
```
Clicked IGNORE multiple times and managed to get to the first screen (enter name of player)