Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Eli Extra Trigger - Extra action button to activate events!
- Original author: Eliaquim
- Original date: October 18, 2020
- Source thread: https://forums.rpgmakerweb.com/threads/eli-extra-trigger-extra-action-button-to-activate-events.128818/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMZ)
Summary
{ "lightbox_close": "Close", "lightbox_next": "Next", "lightbox_previous": "Previous",
Archived First Post
Author: Hakuen Studio
Introduction
There are 3 ways for a player to activate an event:
• Event touch
• Player touch
• Action button
If by chance you want the player to activate the event in another way, you would normally have to create a parallel event with the condition:
if (Input.isTriggered ('button name')) // Executes commands.
This plugin gives you the possibility to activate events with another/extra action buttons!
Thus, you can create interesting systems without the need for script calls, complex events full of conditions, or parallel ones.
Features
- Creates extra action buttons to trigger events!
- It gives the option to remove the event behavior from looking at the player when activated with the extra button.
- Three types of action buttons: Normal(FREE), By Distance(FREE), and Remote(PRO)!
- Can create more than one button for each type(PRO)
- Remote buttons can also be activated by mouse/touch(PRO)!
- Show icons above the event head that represents the extra action buttons(PRO)!
- Multiple remote event selections(PRO)
Google Docs
Screenshots
Terms of Use
Update Log
Hakuen Studio Extra Trigger for RPG Maker MZ by Hakuen Studio
Adds an extra action button and a distance action button to activate events that can execute different commands!
hakuenstudio.itch.io
Features Mentioned
- Creates extra action buttons to trigger events!
- It gives the option to remove the event behavior from looking at the player when activated with the extra button.
- Three types of action buttons: Normal(FREE), By Distance(FREE), and Remote(PRO)!
- Can create more than one button for each type(PRO)
- Remote buttons can also be activated by mouse/touch(PRO)!
- Show icons above the event head that represents the extra action buttons(PRO)!
- Multiple remote event selections(PRO)
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use Update Log Hakuen Studio Extra Trigger for RPG Maker MZ by Hakuen Studio Adds an extra action button and a distance action button to activate events that can execute different commands!
Referenced Images / Attachments
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...