Search found 3 matches

by Mikkel_83140
Sun Jan 07, 2024 3:27 pm
Forum: Ren'Py Questions and Announcements
Topic: How to append a text button overlay for a label
Replies: 2
Views: 132495

How to append a text button overlay for a label

I am wondering how to append a text button that links to a label label on the main overlay. I have found this, but I just want that button to show some MC stats. The catch is I want it to be an overlay button like what is shown below. Its not an image button. Just a simple text button that says stat...
by Mikkel_83140
Thu Oct 05, 2023 8:37 am
Forum: Ren'Py Questions and Announcements
Topic: How would I do this?
Replies: 1
Views: 8324

How would I do this?

I am curious is if there is a way to make a permanent new menu option appear every single time you click on character at the bottom of the menu without having to go thru and modify all menu choices in each script file to include the option. init: define char1 define money =0 Lets say for instance th...