Search found 2 matches

by AAAAAAcountName
Thu Dec 10, 2020 10:47 pm
Forum: Ren'Py Questions and Announcements
Topic: menuitem error
Replies: 4
Views: 438

Re: menuitem error

I did, and the error still happened.
label minigame6:
menu:
if not event1:
"Event #1":
by AAAAAAcountName
Thu Dec 10, 2020 10:01 pm
Forum: Ren'Py Questions and Announcements
Topic: menuitem error
Replies: 4
Views: 438

menuitem error

label minigame6:
menu:
while event1 == False:
"Event #1":
menu:
What caused the error?
When it came up it pointed to while if that helps