Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Love this game and I think I found a bug for you.  I get this at the end of Ep 3
------------------------------------------------------

I'm sorry, but an uncaught exception occurred.

While running game code:

  File "game/Episode 4.rpy", line 3773, in script

    jump summaryep4

ScriptError: could not find label 'summaryep4'.

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "game/Episode 4.rpy", line 3773, in script

    jump summaryep4

  File "renpy/ast.py", line 1757, in execute

    rv = renpy.game.script.lookup(target)

  File "renpy/script.py", line 918, in lookup

    raise ScriptError("could not find label '%s'." % str(original))

ScriptError: could not find label 'summaryep4'.

Windows-10-10.0.22000

Ren'Py 7.4.11.2266

White Russian 

Sat Apr  2 19:19:09 2022

(1 edit)

Thanks! ^_^

This report marks the end of episode 4. I started working on episode 5 before the public release and then just cut out the scenes I already had for episode 5.

Unfortunately I forgot to delete the command 'jump summaryep4', so the code searches for the label 'summaryep4', which is part of episode 5 and I removed. Sorry that this causes confusion :(

oh!  Ok glad it's not an issue and you're right of course I had 3+4 in my mind as one long chapter