The RPG Maker Resource Kit

RMRK RPG Maker Creation => XP => Topic started by: Cactuar on August 15, 2011, 11:19:25 PM

Title: [RESOLVED] [XP] Need some help with "Show Choices"
Post by: Cactuar on August 15, 2011, 11:19:25 PM
Ok so I have this Magic shop and when I talk with the shop keeper he gives me choises..

like this examble

Want to buy Magics?

Yes
No

Then I press Yes

Then comes list of those magics

Fire
Poison
Wind
Next-->

And if I press Next--> it goes to next "page" and there is

Ice
Earth
<--Previous
Next-->

So here is the problem.... If I click choice "<--Previous" how I can go back to the first page where was choises

Fire
Poison
Wind
Next-->

Helps plz?
Title: Re: [XP] Need some help with "Show Choices"
Post by: modern algebra on August 15, 2011, 11:45:20 PM
Use Labels. Set a label right before the first choice branch and name it something like "Choices 1". Then in the Previous branch, just put a Jump to Label and set it to go to "Choices 1" (or whatever you had named it).
Title: Re: [XP] Need some help with "Show Choices"
Post by: Cactuar on August 15, 2011, 11:51:56 PM
OK. That worked :) Never before used Labels becouse I didn't know what they do, now I can use it some other things I got in mind.. Thanks pal!! :)