Search found 2 matches

by s4b3lz
Wed Mar 09, 2022 5:12 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Ren'Py gives me errors, and I don't know why
Replies: 2
Views: 450

Re: Ren'Py gives me errors, and I don't know why

Alex wrote: Wed Mar 09, 2022 2:00 pm Scene statement doesn't need a block, so fix the indentations like

Code: Select all

label start:
    "..."
    scene bg grabngo
    "... ..."
    show carrie frown
    "?!"
AGH! TYTYTY! I’ve been stuck at that error for days now, and now it works!!! :D
by s4b3lz
Wed Mar 09, 2022 12:19 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Ren'Py gives me errors, and I don't know why
Replies: 2
Views: 450

[SOLVED] Ren'Py gives me errors, and I don't know why

Fix (by Alex): I thought scene statements needed blocks, silly me! XD So, this is what pops up: I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 28: expected 'comma or end of line' not found. show carri...