Documentation
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) Currently, there are no plugin parameters to set up, so the entirety of the plugin is used through Plugin Commands.
2) In an event, click to add a new Event Command and select Plugin Command on page 3.
3) Select the Plugin Command you want (see below) to use in your event.
4) The plugin handles the rest
Plugin CommandsThis plugin supports the following plugin commands:
Change Game Title
Changes the game title. This is what you see in the title bar, where buttons like close, minimize, etc. are. By default, this is your game title set in the database. If you use this plugin command with a blank Title argument, it will revert to your database value being used.
Show Alert
Show a standard js alert box.
Show Confirm
Show a standard js confirm box. The player's decision is optionally provided to a game switch for your events to use.
Show Prompt
Show a standard js prompt box. The player's input is optionally provided to a game variable for your events to use (string).
Open Website
Opens a website URL as provided in the URL parameter.
Mock Load Error
Shows a fake load error (similar to when a file fails to load) with a retry button that will continue the game as normal. You can choose what is listed as not being able to load.
Exit Game
Closes the game.
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_FourthWall.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.