- Joined
- Jun 30, 2012
- Messages
- 8,564
- Reaction score
- 3,860
- First Language
- English
This script combines groups of "show choice" options together as one large command. This allows you to create more than 4 choices by simply creating several "show choice" commands in a row. No script call required!
Download
Get it at Hime Works
Usage
Adding choices
Add a show choice command and fill it out as usual.
If you want more choices, just add another one, and fill it out as usual.
Only show choice commands that appear immediately after a previous show choice command on the same level will be merged together.
Cancel choice
The choice editor comes with 6 options when you press the "cancel" button
1. Disallow
2. Choice 1
3. Choice 2
4. Choice 3
5. Choice 4
6. Branch
Each "show choice" command comes with their own options. All you need to do is select the cancel choice in the appropriate "show choice" command and the script sets it up for you! You should set the other commands to "disallow" otherwise I will simply choose the last one.
For the branch choice, all cancel branches will be executed if you choose that, so you should only create a cancel branch on the very last group of choices.
Manual Combine
There is an option in the configuration section called "Manual Combine". By default, this is set to `false`, which means all choice commands will be automatically combined together. If you would like to be able to manually specify whether choice commands should be combined or not, you can set this to `true`.
When manual combining is enabled, before your first large show choice command, you must make a script call
combine_choices
In order to combine the following show choice commands together. This must be done before each set of large choices.
Download
Get it at Hime Works
Usage
Adding choices
Add a show choice command and fill it out as usual.

If you want more choices, just add another one, and fill it out as usual.

Only show choice commands that appear immediately after a previous show choice command on the same level will be merged together.
Cancel choice
The choice editor comes with 6 options when you press the "cancel" button
1. Disallow
2. Choice 1
3. Choice 2
4. Choice 3
5. Choice 4
6. Branch
Each "show choice" command comes with their own options. All you need to do is select the cancel choice in the appropriate "show choice" command and the script sets it up for you! You should set the other commands to "disallow" otherwise I will simply choose the last one.
For the branch choice, all cancel branches will be executed if you choose that, so you should only create a cancel branch on the very last group of choices.
Manual Combine

There is an option in the configuration section called "Manual Combine". By default, this is set to `false`, which means all choice commands will be automatically combined together. If you would like to be able to manually specify whether choice commands should be combined or not, you can set this to `true`.
When manual combining is enabled, before your first large show choice command, you must make a script call
combine_choices
In order to combine the following show choice commands together. This must be done before each set of large choices.
Last edited by a moderator: