Search found 4 matches

by mieauk
Tue Jul 16, 2019 4:30 am
Forum: Ren'Py Questions and Announcements
Topic: Having trouble with choice menus
Replies: 3
Views: 514

Re: Having trouble with choice menus

>= means greater than or equal to
Thanks for the heads up! I will correct what you've pointed out.

As for the menu problem, I saw other people's examples and they seem to also use jump to return to the menu. It's weird that it just isn't working here.
by mieauk
Mon Jul 15, 2019 7:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Having trouble with choice menus
Replies: 3
Views: 514

Having trouble with choice menus

So I was trying out this little vending machine when I encountered a problem. I want the code to, after I make my choice, bring me back to the choice menu. Enabling the player to buy something else (or not) without having to click on the vending machine button again. label vending_machine: $ impoor ...
by mieauk
Sat Jul 13, 2019 12:57 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Issue with imagebutton and jump as a child(?)
Replies: 2
Views: 504

Re: Issue with imagebutton and jump as a child(?)

You've got this error 'cause you didn't specified that 'Jump' is an action for the button - should be I had "action" there in my code but for some reason, my dumb*ss didn't transcript it here. Also, check the list of actions ('Jump' action has capital 'J') This fixed it! I'm new to progra...
by mieauk
Sat Jul 13, 2019 12:20 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Issue with imagebutton and jump as a child(?)
Replies: 2
Views: 504

[SOLVED] Issue with imagebutton and jump as a child(?)

Hello! I'm trying to learn how to implement a navigation system in my game, by adding arrow buttons that lead you to other rooms (labels). However, I'm very new to this and it doesn't seem to work out no matter what I do. Those below are two examples of screens with the buttons: screen sc_street: mo...