A downloadable game

Buy Now$12.00 USD or more


Enhance your RPG Maker MZ project with the Dynamic Skill & Status Message Display Plugin! This plugin allows you to:


  • Dynamic Messages: Display customized messages triggered by game switches, such as skill descriptions, status upgrades, or in-game hints.
  • Flexible Settings: Customize the width, height, position, opacity, and visibility of each message window to perfectly integrate with your game's design.
  • Immersive Visuals: Use formatting commands to include icons (\i[ID]), colors (\c[ID]), and variables (\v[ID]) in your messages for engaging player feedback.


Perfect for RPGs that require dynamic and detailed information displays, adding depth and clarity to player interactions.


Tutorial:

1. Installing the Plugin

  • Save the plugin file as SkillAndMsgsPlugin.js in the js/plugins folder of your RPG Maker MZ project.
  • Open the Plugin Manager in RPG Maker MZ and add SkillAndMsgsPlugin.

2. Configuring Messages

Messages are defined as objects in the messages array within the plugin. Each object includes the following fields:

  • switchId: The ID of the switch that activates the message.
  • messageText: The text of the message, which supports formatting commands like:
    • \i[ID] to display icons (replace ID with the icon index).
    • \c[ID] to apply colors (replace ID with the color index).
    • \v[ID] to show the value of a variable (replace ID with the variable ID).
  • windowWidth and windowHeight: The dimensions of the message window.
  • posX and posY: The position of the window on the screen.
  • windowOpacity: The opacity of the window (0 for fully transparent, 255 for fully opaque).
  • isFullVisibility: Determines whether the window fully covers the background.

Example Configuration:

javascript
Copiar código
{      switchId: 201,       messageText: "\\c[3] \\i[59] Passive Skill\\c[0] \\c[2] Strider Mastery(17) \\c[0] Increases movement speed by 15%.",       windowWidth: 400,       windowHeight: 200,       posX: 100,       posY: 100,       windowOpacity: 255,       isFullVisibility: true   } 

3. Activating Messages in Your Game

Use event commands to toggle switches on and off, dynamically triggering messages as needed during gameplay.

4. Customizing Style and Functionality

Modify font settings, window dimensions, or other parameters directly in the script to better match your game's theme.

5. Pro Tips

  • Pair messages with unique skills, abilities, or game events for immersive feedback.
  • Use messageText to display detailed descriptions of abilities, bonuses, or lore elements to enrich the player experience.

By purchasing this PLUGIN, you receive a bonus Script, which does not function like a Plugin. You need to open the script to observe and copy it as a parallel event. The function of this script is that when you hover the mouse over it, it activates a Switch, and then it combos with this script.



Compatible Plugins


Purchase

Buy Now$12.00 USD or more

In order to download this game you must purchase it at or above the minimum price of $12 USD. You will get access to the following files:

SkillAndMsgsPlugin.js 23 kB
MouseHover.js 688 bytes

Leave a comment

Log in with itch.io to leave a comment.