Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

More than 4 choices?

Can somebody please make me a script, which shows more than 4 choices. Like, when I use call script I type in the choices I want, and then with event commands like conditional branch or such, I control what happens when the choices are chosen.

Also, if you do make me this, please include instructions on how to use it.

I will really appreciate this being done for me, as it will make CMSes much easier for me to make.

Thanks,
Krypton-knight.
 
I doubt that that's possible, although there is an easier way with events.

Code:
@>label
@>Show Choices: choice 1, choice 2, choice 3, more
 : When [choice 1]
  @>
 : When [choice 2]
  @>
 : When [choice 3]
  @>
 : When [more]
  @>Show Choices: choice 4, choice 5, choice 6, back
   : When [choice 4]
     @>
   : When [choice 5]
     @>
   : When [choice 6]
     @>
   : When [back]
     @>Jump to Label: label
     @>
   : Branch End
   @>
 : Branch End
@>
 
I know someone made a script for this before, but I don't remember its exact name. I believe the screenshot for it was in korean though, if anybody remembers what I'm talking about.
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top