Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
HIME HMS Choice Display Mode - HIME_HMSChoiceDisplayMode.js
Plugin desc : v1.3 - Customize the way choices are displayed
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Hime
Website : https://himeworks.com/
Desc page : https://himeworks.com/2016/04/hms-choice-display-mode/
Download Page : https://raw.githubusercontent.com/munokura/HIME-MV-plugins-jp/master/HIME_HMSChoiceDisplayMode.js
File name : HIME_HMSChoiceDisplayMode.js
Help of plugin :
@title HMS: Choice Display Mode @author Hime --> HimeWorks (http://himeworks.com) @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/ @plugindesc v1.3 - Customize the way choices are displayed @help == 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. @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