Plugin name: Phileas's Choices Manager
Author: Phileas
Version: 1.0.0 for MZ
Release date:
1.0.0 - 2025.November.08
Plugin description:
The plugin extends the control of the election window:
1) Combining consecutive selection windows into one.
2) Hiding choices by condition.
3) Disabling choices by condition.
The functionality will be expanded according to user requests.
Parameters
1) "Combine Choices"
If there are several "Show Choices" commands in the event one after the other, their choices will be combined in one list, which will be reflected in one choices window.
Commands
1) "Hide Choice"
Hides the choice in the next choices window if the condition is fulfilled. The condition is set by the JS code.
Examples of conditions:
"true" - the choice is always hidden
"$gameSwitches.value(5) === false" - the switch with the index 5 is off
"$gameVariables.value(3) > 5" the variable with index 3 is greater than 5
2) "Disable Choice"
Disables the choice in the next choices window if the condition is met (similar to the previous command). The choice will be displayed in the window, but it cannot be selected.
Script calls
1) hideChoice(id, condition)
An analog of the "Hide Choice" command. Example:
hideChoice(2, "$gameSwitches.value(5) === false");
2) disableChoice(id, condition)
This plugin is compatible with my other plugins,
for example -
Phileas_InputSubWindowsInMessage(displays choices inside the message window).
Code
License
This plugin is released under
MIT license.
This means that you can freely use the plugin in non-commercial and commercial games and even edit it.
But be sure to include me in the credits!
Compatibility:
If there are any problems, write to me.
本贴来自国际rpgmaker官方论坛作者:Phileas处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:
https://forums.rpgmakerweb.com/threads/phileass-choices-manager-advanced-choices-window-management.180932/