So not certain if I did something wrong, but I just downloaded this for the first time, extracted and fired up a new game and it breaks at the same point each time I've tried it. Selected 'skip intro', picked a heroine, Lex slides into frame to say "What just happened" then the game breaks:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/intro.rpy", line 232, in script
jump beginmainstory
ScriptError: could not find label 'beginmainstory'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/intro.rpy", line 232, in script
jump beginmainstory
File "C:\Users\XXX\Downloads\SURebuilt-pc\renpy\ast.py", line 1974, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\XXX\Downloads\SURebuilt-pc\renpy\script.py", line 927, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'beginmainstory'.