Search found 3 matches

by n00b33
Tue Feb 05, 2019 6:28 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: name 'choice1' is not defined / Please help! I been searching for days
Replies: 4
Views: 565

Re: NameError: name 'choice1' is not defined / Please help! I been searching for days

IT worked!

I tried 0 instead and it only shows me the red square when people do the menu choice!

Thanks a lot I really appreciate it. =)
by n00b33
Tue Feb 05, 2019 4:15 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: name 'choice1' is not defined / Please help! I been searching for days
Replies: 4
Views: 565

Re: NameError: name 'choice1' is not defined / Please help! I been searching for days

Hi! thank you for the reply!

I tried that but it immediately jumped me to "red" without showing the menu choice. I want to be able to choose the menu choice then jump back to the start and check if the menu choice was chosen and if it was, then jump to red. Any idea how I can do this?
by n00b33
Tue Feb 05, 2019 3:20 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: name 'choice1' is not defined / Please help! I been searching for days
Replies: 4
Views: 565

NameError: name 'choice1' is not defined / Please help! I been searching for days

I am very new to Renpy and I just started but I already have an error I been trying to figure out what i'm doing wrong for days my code so far: label start: if choice1 == "1": jump red "Hello" menu: "grab pills": $ choice1 = "1" jump red label red: scene redsq...