Casper Gaming Developer Corner
Casper Gaming Developer Corner

Documentation

Back to Plugin


Quick InfoVersion: Alpha
Made for RPG Maker MZ 1.10.0
REQUIRED: All [CGMZ] Plugins require [CGMZ] Core placed above them in the Plugin Manager.

Quick Start GuideTo get started using this plugin, follow the below steps:

1) Set up any additional class data that is required in the Class Data plugin parameter. This plugin DOES NOT USE notetags.

2) Use the Class Select plugin command in your event to allow your actor to choose their class.

3) The plugin handles the rest.

Text CodesThis plugin uses its own text codes in the following parameters:

Title String
- Use %name to show the actor name
- Use %class to show the current class name
- Use %icon to show the current class icon

Learning String
- Use %icon to show the skill icon
- Use %name to show the skill name
- Use %level to show the level at which the skill is learned

Page String
- Use %current to show the current page number
- Use %max to show the max page number

Plugin CommandsThis plugin supports the following plugin commands:
Class Select
Shows the class select scene, allowing your player to select a class for an actor. You can choose which classes are visible, if they can cancel out of the scene, and if they retain experience after swapping class.

Saved GamesThis plugin is fully compatible with saved games. This means you can:

✓ Add this plugin to a saved game and it will work as expected.
✓ Change any plugin params and changes will be reflected in saved games.
✓ Remove the plugin with no issue to save data.

Filename

The filename for this plugin MUST remain CGMZ_ClassManager.js. This is what it comes as when downloaded. The filename is used to load parameters and execute plugin commands. If you change it, things will begin behaving incorrectly and your game will probably crash. Please do not rename the js file.


Known Issues

This plugin currently has no known issues that need to be fixed. If you believe you have encountered a bug, please report it to Casper Gaming.


Compatibility

This plugin currently has no known compatibility issues with other RMMZ plugins. If you believe you have encountered a conflict, please report it to Casper Gaming.

Back to Plugin