Search found 2 matches

by epadder
Sat Mar 30, 2019 7:57 pm
Forum: Ren'Py Questions and Announcements
Topic: Ren'Py 7.2.1 Released
Replies: 9
Views: 2151

Re: Ren'Py 7.2.1 Released

Is anyone having issues with this release and local labels, when I try and jump in the console it throws me back to the global label. I also don't seem to be reaching events that are set as labels under the global label. Should local labels have been indented an extra layer so that they are essentia...
by epadder
Thu May 24, 2018 11:06 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Custom in-game menu - any code examples?
Replies: 5
Views: 5252

Re: Custom in-game menu - any code examples?

in screen.rpy the default is: ## Choice screen ############################################################### ## ## This screen is used to display the in-game choices presented by the menu ## statement. The one parameter, items, is a list of objects, each with caption ## and action fields. ## ## ht...