Hakuen Studio Extra Trigger for RPG Maker MV MZ
- May 11, 2020
- 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 other/extra action buttons!…