Hakuen Studio QoL Commands 2 for Rpg Maker MZ
A downloadable RPG Maker Plugin
Introduction
This plugin enhances some event commands, letting you call them and set their arguments in a dynamic way, either by variables or formulas.
For example, let you apply the same movement route for more than one character, without the need of creating the same move route command for each character.
Set Wait values using variables and much more!
Features
Current Enhanced Commands:
- Move route for followers and vehicles
- One Move route for multiple characters
- Change Character Location
- Common Event
- Jump to Label
- Erase Event
- Wait
- Show Animation
- Show Balloon Icon
- Fade in/out
- Change Tileset
- Name Input Processing
New Commands:
- Open Skill, Equip, or Status scene for a specific actor.
- Open Item Scene. (Optionally, on a specific category)
- Open Load Scene
How to use
♦ PLUGIN COMMANDS ♦
● Search Type
Some plugin commands have the argument "Search Type" and "Actor Id".
On the "Search Type," you can set the method that the plugin will use to get the "Actor Id" you want to apply the command.
You can choose to find the "Actor Id" by its ID or by their party INDEX.
● Map Characters
Some plugin commands have the argument "Character ID" or "Characters".
This argument is a reference for the map sprites: Events, Vehicles, Players, and Followers. Below is how you can identify them:
- 1, 2, 3... → Event Ids
- 0 → This event
- -1 → Player
- -2, → First Follower. -3, Second Follower. Etc...
- boat, ship, airship → Vehicles
● Multiple operators
In almost all arguments, you can set the values using either formula, \v[id] or numbers.
You can also set multiple entries separating them by comma(,) or double trace(--) when you want to get a range of numbers. Example Selecting multiple actors/characters:
- 1, 2, \v[3], 4--8, 9
The command will be applied for actors/characters with ID 1, 2, the value of the variables 3, 4, 5, 6, 7, 8, 9.
As you can see the "--" is like a range operator. It will get all numbers between(and including) the 4 and 8.
NOTE: If you choose "Index" on a Search Type, you can write "All" to apply to all party members.
Update Log
Terms of use
Sample Project
Status | Released |
Category | Tool |
Rating | Rated 5.0 out of 5 stars (2 total ratings) |
Author | Hakuen Studio |
Made with | RPG Maker |
Tags | eliaquim, hakuen-studio, qol-of-life, quality-of-life, rmmv, rmmz, RPG Maker, RPG Maker MV, RPG Maker MZ, rpg-maker-plugin |
Average session | A few seconds |
Languages | English |
Purchase
In order to download this RPG Maker Plugin you must purchase it at or above the minimum price of $8 USD. You will get access to the following files:
Development log
- Version 5.0.1 - Plugin command fixMar 29, 2022
- Version 5.0.0 - Updated terms of use.Feb 11, 2022
- 11/25/2021 - Plugin Release!Nov 25, 2021