By default, when you present players with a set of choices for them to
select, the choices will be displayed in a window separate from the message
window.
However, what if you wanted to present your choices differently in certain
situations?
This plugin allows you to display the choices in-line with your messages,
with the option to switch between the default display method and the new
display method.
== Terms of Use ==
- Free for use in non-commercial projects with credits
- Free for use in commercial projects, but it would be nice to let me know
- Please provide credits to HimeWorks
== Change Log ==
1.3 - Oct 24, 2016
Upgrade to 1.3.3 libraries: Window.prototype._maskWindow changed
1.2 - Aug 12, 2016
Upgrade to 1.3.0 libraries
1.1 - Apr 27, 2016
Implemented dynamic visible row calculation
Fixed bug where choices are not shown correctly for empty message
Display informative message when choices provided with no message
1.0 - Apr 27, 2016
initial release
== Usage ==
--- Choice Display Mode ---
There are two ways to display choices
1. Default
2. Embedded
Default mode means the choices will be displayed outside of the message as
usual.
Embedded mode means the choices will be displayed inside the message.
--- Changing Display Mode ---
To switch between modes, use the script call
HMS.setChoiceMode( MODE )
Where MODE is one of
Default
Embed
All choices displayed after will use the specified mode.
--- Choice Indentation ---
When the choices are embedded in the message window, you can choose how
much indentation they will have in the plugin parameters.