Search found 6 matches

by seafoamsky
Wed Feb 07, 2018 12:47 am
Forum: Ren'Py Questions and Announcements
Topic: If statement not defined error
Replies: 7
Views: 1052

Re: If statement not defined error

Unfortunately, this is not quite what I needed, but I resolved the issue anyways. Thank you for pointing me in the right direction.
by seafoamsky
Tue Feb 06, 2018 11:42 pm
Forum: Ren'Py Questions and Announcements
Topic: If statement not defined error
Replies: 7
Views: 1052

Re: If statement not defined error

I'm not trying to make a choice menu, i'm trying to make it so the earlier choice will change the dialogue said in this particular part.
by seafoamsky
Tue Feb 06, 2018 11:11 pm
Forum: Ren'Py Questions and Announcements
Topic: If statement not defined error
Replies: 7
Views: 1052

If statement not defined error

I'm trying to make an if statement so that a previous dialogue choice influences dialogue later in the game. However, I keep getting an error message that the first if statement has not been defined, and not the other two. My original dialogue choice menu: menu: "Who ARE you people?!": jum...
by seafoamsky
Tue Jan 30, 2018 1:23 am
Forum: Welcome!
Topic: Guestbook
Replies: 5541
Views: 2847336

Re: Guestbook

Hello, everyone! I'm from Florida, and while I am new to lemmasoft, I have many attempted ren'py projects before, and this time I intend to finish at least one, maybe even more if I get comfortable enough with ren'py. I am more of an artist, so I might be asking for help on the programming side a lo...
by seafoamsky
Mon Jan 29, 2018 9:28 am
Forum: Ren'Py Questions and Announcements
Topic: Name display error
Replies: 3
Views: 592

Re: Name display error

It works just fine now. Thank you!
by seafoamsky
Sun Jan 28, 2018 11:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Name display error
Replies: 3
Views: 592

Name display error

I am trying to add an option to choose your name and then display it in the sample text in a brand new project. But for some reason, I get this error: File "game/script.rpy", line 35: invalid syntax I followed the tutorial on the documentation and ended up with this: python: mcname = renpy...