Casper Gaming Developer Corner
Casper Gaming Developer Corner

[CGMZ] Message System - Version Alpha R6

Back to Plugin

Devlog Version

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

This version is a small update to add a text code that has come up quite frequently in other plugins of mine where people want to run custom JS code and turn it into a string. Well, now you can do that with the eval text codes added in this release.

There is a basic eval text code for very small amounts of code that you want to run, and there is an id-based eval code that pulls code from a plugin parameter to allow you to run more advanced code that you would not want to try typing into the Show Text event command or elsewhere.

Version AlphaR6
  • Added eval text code
  • Added eval id text code

Back to Plugin