Search found 2 matches

by Hando
Sun May 12, 2019 10:03 am
Forum: Ren'Py Questions and Announcements
Topic: How to hide in-game menu choice[Solved]
Replies: 1
Views: 281

Re: How to hide in-game menu choice

Oof I found it

Code: Select all

screen x:
    imagebutton auto "picture.png" action [Hide("choice")]
by Hando
Sun May 12, 2019 1:01 am
Forum: Ren'Py Questions and Announcements
Topic: How to hide in-game menu choice[Solved]
Replies: 1
Views: 281

How to hide in-game menu choice[Solved]

Hello,everyone. I'm new here. I want to ask:
How to hide all in-game menu choice without using if. I want it to be like the "window hide",but for the menu choice.
Thank you!!