Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Core - Version 1.17.0

Back to Plugin

Devlog Version

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

Going forward, I plan to do a monthly update of [CGMZ] Core instead of the more sporadic updates in the past. These will likely be smaller updates but allow me to add more utility functions much quicker rather than repeating the same code in new [CGMZ] plugins.

This update adds a few things that can help reduce the need of repeating code in various [CGMZ] plugins, which should also reduce the possibility for bugs. This update adds some math functions, a meta reader, a function to check for truthy values on an object, and some distance functions to get the distance between events or between the player and an event.

Version 1.17.0
  • Added utility function to check for any truthy values on an object
  • Added utility function for performing some math operations
  • Added utility function for reading meta parameters
  • Added function to get distance between characters

Back to Plugin