IS IT POSSIBLE TO HAVE MORE THAN 4 CHOICES IN RPG MAKER VX

Posts

Pages: 1
is it possible to have more than 4 choices in rpg maker vx
and something like avatar creator or sim creator in sims
Marrend
Guardian of the Description Thread
21781
In answer to the first question:

If it's five choices, you could have a Show Choice that looks like:
Option A
Option B
Option C
Next Page

The Next Page would lead to another Show Choice that looks like:
Option D
Option E

Alternatively, you could have the "cancel" case activate another Show Choice. I guess I'm saying that it really depends on how many options are being presented. If you're looking at fifty options, that's probably going to take some custom scripting.

Not sure how to answer the other question, though. I assume those games you refer to use a left/right arrow to toggle between choices. That would certainly require some custom scripting.
Magi
Resident Terrapin
1028
You can modify the RGSS to allow for more than four choices or you could do it the old fashioned way with common events and pictures. I am sure somebody out there could tell you how to do the former though. I wouldn't design it to go to another page unless you really have no other options, as it's counter-intuitive and requires needless extra steps for the player to take.

You can make nearly anything you want, but you need to have the experience and know-how to make it happen.
Pages: 1