Search found 3 matches

by sunshine1010
Thu Dec 27, 2018 2:25 pm
Forum: Ren'Py Questions and Announcements
Topic: label start not found error in script.rpy
Replies: 5
Views: 550

label start not found error in script.rpy

When I launch my project it opens, but when I hit start the game crashes and sends me an error message, 'could not find label 'start'' (error message screenshot included below) I have also included a screenshot of my script.rpy code, which does include "label start:" I don't understand why...
by sunshine1010
Wed Dec 26, 2018 10:11 pm
Forum: Ren'Py Questions and Announcements
Topic: End of line expected error in script.rpy
Replies: 2
Views: 336

End of line expected error in script.rpy

I'm new to Ren'py and I'm making this dating sim, and when I open my game it shows an error message, it says: File "game/script.rpy", line 183: end of line expected. Line 183 reads: show snazzi boi12 I don't understand what it is looking for, I have used this exact line of code in other ar...