選択肢の表示方法をカスタマイズする – HIME_HMSChoiceDisplayMode.js

タイトル
- Customize the way choices are displayed
作者名
ヘルプ
-------------------------------------------------------------------------------
== Description ==

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.

By default, it is 36 pixels.

-------------------------------------------------------------------------------
パラメータ
title HMS: Choice Display Mode
date Oct 24, 2016
version 1.3
filename HIME_HMSChoiceDisplayMode.js
url http://himeworks.com/2016/04/hms-choice-display-mode/

If you enjoy my work, consider supporting me on Patreon!

https://www.patreon.com/himeworks

If you have any questions or concerns, you can contact me at any of
the following sites:

Main Website: http://himeworks.com
Facebook: https://www.facebook.com/himeworkscom/
Twitter: https://twitter.com/HimeWorks
Youtube: https://www.youtube.com/c/HimeWorks
Tumblr: http://himeworks.tumblr.com/

-------------------------------------------------------------------------------
param Default Choice Mode
desc Choice mode to begin the game with.
Options: Default, Embed (default: Default)
default Default

param Choice Indent
desc Number of pixels that the choices should be indented
default 36
-------------------------------------------------------------------------------
ライセンス表記
- Free for use in non-commercial projects with credits
- Free for use in commercial projects, but it would be nice to let me know

紹介ページ http://himeworks.com/2016/04/hms-choice-display-mode/