Template:VisuMZ Button Trigger Events Notetags

From Yanfly.moe Wiki
Revision as of 01:18, 3 January 2022 by Irina (talk | contribs) (Created page with "<noinclude>VisuMZ Button Trigger Events Notetags</noinclude> The following are notetags that have been added through this plugin. These notetags...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following are notetags that have been added through this plugin. These notetags will not work with your game if this plugin is OFF or not present.

---

Event-Related Notetags and Comment Tags

Riviera Preview1.gif

---

<Trigger Button: button>
<Trigger Buttons: button, button, button>

- Used for: Event Notetags and Comment Tags
- Allows the event to remotely trigger upon the player pressing a specific
  keyboard button.
  - The event's Trigger condition must be either "Action Button",
    "Player Touch", or "Event Touch".
  - This does not work with "Autorun" or "Parallel".
- Insert the tag inside the Notebox to make the Button Trigger apply to ALL
  of the event's pages.
- Insert the tag inside of a Comment to make the Button Trigger apply ONLY
  to the specific event pages that have those comments on them.
- Replace 'button' with any of the following buttons (remove quotes):
  - "Down", "Left", "Right", "Up"
  - "OK", "Cancel", "PageUp", "PageDown",
  - "Control", "Shift", "Tab"
  - Typing in a button wrong (such as adding a space to "Page Up") will
    yield no results.
  - The "Cancel" button trigger will prevent the Main Menu from being called
    when pressed with the Keyboard, but it will NOT prevent the Main Menu
    from being called with mouse buttons or touch controls.
- Insert multiple buttons separated by commas to allow for multiple keyboard
  buttons to trigger them.

Examples:

<Trigger Button: OK>
<Trigger Button: Left, Down>
<Trigger Button: Up, Right>
<Trigger Button: PageUp, PageDown>

---

<No Auto Trigger Icon>

- Used for: Event Notetags and Comment Tags
- Prevents icons from being automatically assigned to the event if it is
  assigned a Trigger Button.

---

<No Auto Click Trigger>

- Used for: Event Notetags and Comment Tags
- Prevents click trigger from being automatically assigned to the event if
  it is assigned a Trigger Button.

---

Map-Related Notetags

Riviera Preview2.gif

---

<Seal Input Move>

- Used for: Map Notetags
- Prevents the player from being able to use directional inputs and touch
  navigation on this specific map.
- If this notetag is not used, the setting will default to whatever is set
  up in the Plugin Parameters > Auto QOL Settings > Auto <Seal Input Move>
  setting.

---

<No Seal Input Move>

- Used for: Map Notetags
- Allows the player to be able to use directional inputs and utilize touch
  navigation on this specific map.
- If this notetag is not used, the setting will default to whatever is set
  up in the Plugin Parameters > Auto QOL Settings > Auto <Seal Input Move>
  setting.

---