Difference between revisions of "Event Click Trigger (YEP)"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "{{MvPlugin |preview = <youtube>https://www.youtube.com/watch?v=vyL9rYCfgFI</youtube> |link1 = <html><iframe src="https://itch.io/embed/399716" height="167" width="552" framebo...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{MvPlugin
 
{{MvPlugin
|preview = <youtube>https://www.youtube.com/watch?v=vyL9rYCfgFI</youtube>
+
|preview = <youtube>https://www.youtube.com/watch?v=vyL9rYCfgFI</youtube>
|link1 = <html><iframe src="https://itch.io/embed/399716" height="167" width="552" frameborder="0"></iframe></html>
+
|link2 = <html><iframe src="https://itch.io/embed/508223" height="167" width="552" frameborder="0"></iframe></html>
|link2 = [http://yanfly.moe/plugins/en/YEP_EventClickTrigger.js Mirror]
+
|link3 = <html><iframe src="https://itch.io/embed/398158" height="167" width="552" frameborder="0"></iframe></html>
  
 
}}
 
}}
Line 9: Line 9:
 
{{Yanfly Engine Plugins}}
 
{{Yanfly Engine Plugins}}
  
== Help File ==
+
== Introduction ==
  
 
  <nowiki>
 
  <nowiki>
============================================================================
 
Introduction
 
============================================================================
 
 
 
Ever wanted to be able to click an event and just trigger it immediately
 
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
 
without having to have your player character walk all the way up to it to
Line 21: Line 17:
 
certain notetags and/or comment tags on specific events, the player can now
 
certain notetags and/or comment tags on specific events, the player can now
 
trigger an event from afar by just clicking on it.
 
trigger an event from afar by just clicking on it.
 +
</nowiki>
  
============================================================================
+
{{Notetags Comment Tags MV}}
Notetags and Comment Tags
 
============================================================================
 
  
 +
<nowiki>
 
To make an event click triggerable from anywhere on the screen, use either
 
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
 
notetags or comment tags to enable them to become clickable. If a notetag is
Line 36: Line 32:
 
   - This will cause the event to be clickable from afar without needing the
 
   - 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.
 
   player to walk all the way up in front of it to trigger it.
 +
</nowiki>
  
============================================================================
+
== Changelog ==
Changelog
 
============================================================================
 
  
 +
<nowiki>
 
Version 1.00:
 
Version 1.00:
 
- Finished Plugin!
 
- Finished Plugin!
  
============================================================================
 
End of Helpfile
 
============================================================================
 
 
</nowiki>
 
</nowiki>

Latest revision as of 11:03, 13 June 2020

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!