Event Click Trigger (YEP)

From Yanfly.moe Wiki
Jump to navigation Jump to search

Welcome to the wiki! This is where you can find resources from Yanfly.moe, Ækashics.moe,
VisuStella, Caz Wolf, Fallen Angel Olivia, Atelier Irina, and other affiliated content creators.



Download

System

This is a plugin created for RPG Maker MV.

For help on how to install plugins, click here.

For help on how to update plugins, click here.

Got errors with your RPG Maker MV plugin? Click here.


Masterarbeit Writer

Yanfly Engine Plugins

This plugin is a part of the Yanfly Engine Plugins library.


Introduction

Ever wanted to be able to click an event and just trigger it immediately
without having to have your player character walk all the way up to it to
examine it first before triggering it? With this plugin, you can. By setting
certain notetags and/or comment tags on specific events, the player can now
trigger an event from afar by just clicking on it.

Notetags & Comment Tags

NotetagsMV.png CommentTags.png

RPG Maker MV's editor is unable to allow for custom traits/properties that a game dev may wish to associate with a database object, event, map, etc. Notetags and Comment Tags are used to work around such limitations by allowing the game dev to tag certain traits/properties using specific Notetags and/or Comment Tags declared by the related plugin.

Here is a list of Notetag(s) and/or Comment Tag(s) that you may use.

To make an event click triggerable from anywhere on the screen, use either
notetags or comment tags to enable them to become clickable. If a notetag is
used, then this will apply to the whole event, no matter what page it is. If
only comment tags are used, it will only apply to that specific event page.

Event Notetag and Comment Tags

  <Click Trigger>
  - This will cause the event to be clickable from afar without needing the
  player to walk all the way up in front of it to trigger it.

Changelog

Version 1.00:
- Finished Plugin!