Search found 4 matches

by magicdog2013
Tue May 28, 2019 4:28 am
Forum: Ren'Py Questions and Announcements
Topic: strange error message
Replies: 4
Views: 759

Re: strange error message

Thanks that seemed to have worked!
by magicdog2013
Tue May 28, 2019 4:22 am
Forum: Ren'Py Questions and Announcements
Topic: weird scene glitch
Replies: 1
Views: 4323

weird scene glitch

the code probably doesn't matter since i've literally removed everything from my script except the bg, text and characterImage
by magicdog2013
Mon May 27, 2019 6:07 pm
Forum: Ren'Py Questions and Announcements
Topic: strange error message
Replies: 4
Views: 759

Re: strange error message

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/script.rpy", line 13: expected statement.
tc: "hi select a story"
^

Ren'Py Version: Ren'Py 7.2.2.491
Tue May 28 08:06:58 2019
by magicdog2013
Sun May 26, 2019 6:27 am
Forum: Ren'Py Questions and Announcements
Topic: strange error message
Replies: 4
Views: 759

strange error message

I keep editing this code for so long and i still cant find out what's wrong with it does anyone know, heres the code define tc = Character("Narrator") define config.menu_include_disabled = false show tutorial chan scene bg room tc: "hi select a story" label start: menu: "1&q...