Search found 4 matches

by Gnik
Thu Feb 27, 2020 2:01 am
Forum: Ren'Py Questions and Announcements
Topic: Trouble making a button close a menu and jump to a script location
Replies: 5
Views: 381

Re: Trouble making a button close a menu and jump to a script location

I had been using ShowMenu which prevents the previous text from showing, but seems to be what makes the duplicate instances of the game's script. I tried Show which doesn't create the duplicate scripts, but I can't get the textbuttons to go away, I tried using hide, but no success. I tried changing ...
by Gnik
Wed Feb 26, 2020 3:54 am
Forum: Ren'Py Questions and Announcements
Topic: Trouble making a button close a menu and jump to a script location
Replies: 5
Views: 381

Re: Trouble making a button close a menu and jump to a script location

Now that the game doesn't crash, I ran into a different problem. Instead of going to the place I want it to in the script, it sort of overlays it, for lack of a better word. In short, it will play out the script I jump to within the menu instead of closing the menu it's in when it jumps. It even kee...
by Gnik
Wed Feb 26, 2020 2:13 am
Forum: Ren'Py Questions and Announcements
Topic: Trouble making a button close a menu and jump to a script location
Replies: 5
Views: 381

Re: Trouble making a button close a menu and jump to a script location

Thanks Imper3kt. I had a feeling it was something simple. That looks like it did the trick.
by Gnik
Wed Feb 26, 2020 12:18 am
Forum: Ren'Py Questions and Announcements
Topic: Trouble making a button close a menu and jump to a script location
Replies: 5
Views: 381

Trouble making a button close a menu and jump to a script location

I'm fairly new to using Ren'Py so I'm not sure if I'm missing something obvious here, but I've been trying for about a week to get this one thing down. Simply put, I have a menu where you click of a few buttons that set variables. What I'm stuck on is that I want when you close the menu for it to ju...