Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Battle Command Window - Version Beta R7

Back to Plugin

Devlog Version

Hi all, today this plugin was updated to version BetaR7!

This version adds a new parameter to both party and actor commands, which is an array of states that will automatically disable the associated command. For party commands, they will be disabled if any battle member is afflicted. For actor commands, they will be disabled if the inputting actor is afflicted. This has always been possible via JS, but now you can do it without needing any code. See the below gif for how it can look:

This update also makes the plugin more forgiving if you do not understand the symbol parameter. The symbol is how the plugin tells commands apart internally, so it has to be unique, however I tend to get quite a lot of support requests for commands doing the same thing as another command, and the user has left both command symbols blank so the second command is doing the same thing as the first command. This plugin now generates a random symbol for you if you leave symbol blank.

Version BetaR7
  • Added ability for states to disable commands
  • Plugin more forgiving if you do not understand the symbol parameter

Back to Plugin