Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Select Object - Version Alpha R2

Back to Plugin

Devlog Version

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

This version changes the singular Select Object plugin command into separate plugin commands. This is mostly due to the filtering system that was added in this version, as you can now select items/weapons/armors based on various criteria like item, weapon, armor, or equip type ids. When everything was selectable in one plugin command, it quickly got confusing with filter options that were not valid for some select types.

The following filters have been added:
Item - id, item type, price min/max
Weapon - id, weapon type, price min/max, party equip status
Armor - id, armor type, equip type, price min/max, party equip status

The text that displays when the player does not have an object to select now has different parameters for each type of object, so you can make your weapon selections say something specific about not having weapons. Before, it was shared between all selection types.

Version AlphaR2
  • Added various filters for selection objects
  • Added separate no object text for weapons / armors
  • Split plugin command into separate plugin commands by select type

Back to Plugin