Breaking the "Show Choices" Character Limit - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker XP (RGSS) Engine (https://www.save-point.org/forum-116.html) +---- Thread: Breaking the "Show Choices" Character Limit (/thread-2756.html) |
Breaking the "Show Choices" Character Limit - RPG Advocate - 03-03-2008 Breaking the "Show Choices" Character Limit
by RPG Advocate saved from Phylomortis.Com Introduction This script allows you to have "Show Choice" commands that are as long as your text window is wide, rather than the ridiculously low character limit imposed by the editor. Altered for easier use. The original required you to add your commands directly into the Interpreter class. Demo >Click< Script Show Long Choices Instructions To use this script, place it below Scene_Debug or above Main. It replaces two methods in the interpreter while adding the additional 'longchoice' functions. To make a set of choices long, create the @longchoice array in a script call just before you use the 'Show Choices' command. The text you enter into the @longchoice array will replace the default text. If you do not specify or create a @longchoice array, the regular text in your choices will show. Samples |