- Joined
- May 30, 2015
- Messages
- 816
- Reaction score
- 843
- First Language
- English
- Primarily Uses
Choice Help Window
By DreamX
Introduction/Features
With comments, you can specify the help, message text and face when you select a choice (before confirming).
How To Use
Right click the script link and save as a .js file.
Insert comments right after the "when" part in a show choices event command.
Insert a comment beginning with ChoiceHelp to set the help text for the
choice.
Example: ChoiceHelp Choosing this choice will make you lose 200 gold.
Insert a comment beginning with ChoiceMessage to set the message text for
the choice. You must have an active message window at the time of the choice
to use this. An empty message window will suffice.
Example: ChoiceMessage I'll never succumb to darkness!
Insert a comment beginning with ChoiceFace to set the face for the choice.
It should be in this format: FaceFileName FaceIndex
Example: ChoiceFace Actor1 2
OR you can just specify the index, and it'll just use the face file name
from the active message window.
You must have an active message window with a face at the time of the choice
to use this. An empty message window will suffice, as long as it has a face.
View attachment 35116
View attachment 35117
Script
Known Issues/Future Updates
No bugs known yet.
Compatibility
Seems to be compatible with Yanfly's Message Core and Yanfly's Extended Message Pack for it, including with the expanded amount of choices. Remember to use <br> to perform a line break. Set under Yanfly plugins in general (and probably any other plugin that modifies choices/messages).
Credits
DreamX
Terms of Use
Free to use and modify for commercial and noncommercial games, with credit.
By DreamX
Introduction/Features
With comments, you can specify the help, message text and face when you select a choice (before confirming).
How To Use
Right click the script link and save as a .js file.
Insert comments right after the "when" part in a show choices event command.
Insert a comment beginning with ChoiceHelp to set the help text for the
choice.
Example: ChoiceHelp Choosing this choice will make you lose 200 gold.
Insert a comment beginning with ChoiceMessage to set the message text for
the choice. You must have an active message window at the time of the choice
to use this. An empty message window will suffice.
Example: ChoiceMessage I'll never succumb to darkness!
Insert a comment beginning with ChoiceFace to set the face for the choice.
It should be in this format: FaceFileName FaceIndex
Example: ChoiceFace Actor1 2
OR you can just specify the index, and it'll just use the face file name
from the active message window.
You must have an active message window with a face at the time of the choice
to use this. An empty message window will suffice, as long as it has a face.
View attachment 35116
View attachment 35117
Script
Known Issues/Future Updates
No bugs known yet.
Compatibility
Seems to be compatible with Yanfly's Message Core and Yanfly's Extended Message Pack for it, including with the expanded amount of choices. Remember to use <br> to perform a line break. Set under Yanfly plugins in general (and probably any other plugin that modifies choices/messages).
Credits
DreamX
Terms of Use
Free to use and modify for commercial and noncommercial games, with credit.
Last edited by a moderator: