Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

There’s a few errors I got in the 0.2.ingles version. The label “splashscreen” appeared in screens.rpy and script.rpy, the label “start_real” appeared twice in script.rpy, and the label “test_video” appeared six times in script.rpy.

Here’s the full error text:

The label splashscreen is defined twice, at File "game/screens.rpy", line 1723:
label splashscreen:
and File "game/script.rpy", line 12:
label splashscreen:


The label start_real is defined twice, at File "game/script.rpy", line 25:
label start_real:
and File "game/script.rpy", line 73:
label start_real:


The label test_video is defined twice, at File "game/script.rpy", line 1240:
label test_video:
and File "game/script.rpy", line 1268:
label test_video:


The label test_video is defined twice, at File "game/script.rpy", line 1268:
label test_video:
and File "game/script.rpy", line 1290:
label test_video:


The label test_video is defined twice, at File "game/script.rpy", line 1290:
label test_video:
and File "game/script.rpy", line 1311:
label test_video:


The label test_video is defined twice, at File "game/script.rpy", line 1311:
label test_video:
and File "game/script.rpy", line 1431:
label test_video:


The label test_video is defined twice, at File "game/script.rpy", line 1431:
label test_video:
and File "game/script.rpy", line 1531:
label test_video:

Hello, good morning! Thank you so much for letting me know about that error. I will definitely correct it in the next update. I'm still a bit of a novice with Ren'Py. I hope I haven't caused you too much trouble. Thank you for supporting the project!