Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Hooks - Version Alpha R7

Back to Plugin

Devlog Version

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

This version adds some new hooks. The new hooks include:

Equip Change - Run custom JS code when an equipment is changed. You have access to the slot that was changed (starting from 0) and the item object that was changed. Please be careful as unequipping will have a null object.

Quest - Run custom JS code when a [CGMZ] Quest System quest is discovered, started, completed, failed, pinned, or unpinned. Each state change has its own hook.

Version AlphaR7
  • Added RMMZ hook for equip change
  • Added CGMZ hook for quest discover, start, complete, fail, pin, unpin

Back to Plugin