Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Enemy Upgrade - Version Alpha R3

Back to Plugin

Devlog Version

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

This version adds a flavor list parameter you can add to enemies. This allows you to create a list of flavor ids and corresponding data which will then be associated with an enemy. It will allow you to make custom data on enemy objects, for example if you want to create a Location parameter on each enemy you could do that via this feature.

A plugin command to get this flavor data into a game variable which can be used in calculations or printed via text code is also provided.

Version AlphaR3
  • Added flavor data list parameter to enemies
  • Added plugin command to get flavor data into variable

Back to Plugin