Version Alpha R5 Release Notes
Hi all, today this plugin was updated to version Alpha R5.
This update massively changes the hook parameters, from a single hook to an array of hooks. It also adds an unused note parameter so you can see what your hook does from a glance at the hook list.
This means you can now have multiple hooks run anywhere a hook could be used previously. This change was made to help alleviate the need to run long hooks in the event you had multiple different things you wanted to code when some action occurred. A simple example: if you want a common event to run on level up and a balloon icon to show over the player's head, you can make those separate hooks that both run on level up rather than putting both of those actions' code in one hook. Hopefully this will make your use of the plugin much easier and more manageable. While the above example is simple, some hooks could be fairly complicated and long and confusing when combined with other complicated and long hook actions.
IMPORTANT! If you are updating to this version from a previous version, you will lose your existing hooks due to the way RPG Maker handles plugin parameter changes. Please back up your existing hooks before updating so you can copy and paste them back in to the new hook parameter format.
Version Alpha R5
- Hooks now support multiple hooks per hook type
Get [CGMZ][Alpha] Hooks for RPG Maker MZ
[CGMZ][Alpha] Hooks for RPG Maker MZ
Run custom JS after certain actions
Status | In development |
Category | Tool |
Author | Casper Gaming |
Tags | RPG Maker |
Languages | English |
More posts
- Alpha R4 Release NotesApr 11, 2024
- Alpha R3 Release NotesOct 07, 2023
- Alpha R2 UpdateAug 10, 2023
Leave a comment
Log in with itch.io to leave a comment.