Template:VisuMZ Event Signals Notetags

From Yanfly.moe Wiki
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.

---

Signal-Related Notetags

---

<Responds to Signal: text>
<Responds to Signals: text, text, text>

- Used for: Event Comment Tags
- Must be used in an event's page comments and NOT its note box.
- Causes this specific event page to be a response to receiving 'text'
  signal(s) as long as its other page conditions are met.
- This page becomes the active page and the event commands will be ran as
  a parallel from start to finish.
- Once the events finished, the event returns to its normal behavior.
- Replace 'text' with the signal being emitted.
  - Insert multiple 'text' entries for this page to respond to multiple
    signals being emitted.

---

<Immune to Signal: text>
<Immune to Signals: text, text, text>

- Used for: Event Comment Tags
- Must be used in an event's page comments and NOT its note box.
- While this page is the active event page, it will not respond to 'text'
  signal even if the other signal respond conditions are met.
- Replace 'text' with the signal that this active event page will ignore.
  - Insert multiple 'text' entires for this active event page to ignore as
    signal emissions.

---