Expanded Triggers - Rpg Maker MZ/MV plugin
A downloadable tool
Download NowName your own price
This plugin for Rpg Maker MZ and MV allows you to change switch states, variables and call common events in more ways.
Features
Using notetags this plugin let you change switches, variables and call common events in the following:
- Using an item/skill.
- Buying an item.
- Selling an item.
- Equiping an item.
- Unequiping an item.
Notetags
Every notetag can use any of the following modes (change MODE to one of these):
- Use
- Buy
- Sell
- Equip
- Unequip
Weapon, armor, item and skill notetags
<MODE switch: x-y> <MODE switch: x> Changes the switch "x" to state "y". If "y" is not written, that switch will change to the opossite state (ON -> OFF, OFF -> ON). MODE -> mode (see above) x -> id of the switch y -> ON or OF
<MODE variable v: +-x> Adds or substracts "+-x" to variable with id "v". MODE -> mode (see above) v -> id of the variable +-x -> amount to change, use "+" or "-"
<MODE common event: x> Enqueues common event with id "x". MODE -> mode (see above) x -> common event id
Examples:
<Equip switch: 1-OFF> <Use switch: 1> <Sell variable 7: +5> <Unequip variable 4: -1> <Buy common event: 4>
Compatibility
Tested and made for Rpg Maker MZ 1.7.0 and MV 1.6.2; this plugin may not work in older versions.
Terms of Use
- These plugins may be used in free or commercial games.
- ‘Lheku Qhukyaru’ must be given credit in your games.
- You must link this website https://lhekussanctuary.wordpress.com/.
- Do NOT change the filename, parameters, and information of the plugin.
- You are NOT allowed to redistribute these plugins.
- You may NOT take code for your own released plugins without credit.
- You are allowed to edit the code as long as it’s for your own project.
- You CANNOT use any of these resources for NFT or any related or similar type of games.
You can also check them at:
https://lhekussanctuary.wordpress.com/tos
Changelog
V2.03 (17/07/2023) -> Fixed undefined variable V2.02 (09/10/2021) -> Fixed unequip mode V2.01 (02/10/2021) -> Bug fixes V2.00 (01/10/2021) -> Rewritten almost from scratch Added a lot of things V1.00 (12/07/2021) -> Basic version
Download
Download NowName your own price
Click download now to get access to the following files:
Lheku_ExpandedTriggers.js 14 kB
Lheku_ExpandedTriggers_MZ.js 14 kB
Development log
- MZ plugin added!Jul 17, 2023
Leave a comment
Log in with itch.io to leave a comment.