Turning off events with notetag effects?

● ARCHIVED · READ-ONLY
Started by Snarkyfork 3 posts View original ↗
  1. The issue I am having is setting up Xmas lights using Terrax Lighting (with the Moghunter TimeSystem plugin) to create Xmas lights that only come on during the winter season. I am trying to use the Terrax Lighting "Light 200 cycle #FFFFFF 50" notetag effect to create a light that will cycle through different colors but I cannot figure out how to turn off the effect since its listed in the event "notetag" rather than in the contents area where I can control it with switches.

    Untitled-1.png

    Is there anyway to run/turn off or control plugin effects that are placed in the notetag section of events?
  2. To turn on and off lightsources in the game, do the following:

    Give the lightsource the normal def : Light 250 #FFFFFF and an extra number

    so it becomes 'Light 250 #FFFFFF 1'

    (If your using the optional brightness and direction place it after those (Light 250 #FFFFFF B50 D2 1)

    To turn on this light use plugin command : 'Light on 1'.

    The plugin command will also trigger SelfSwitch 'D' on the targeted light(s).

    To turn off the light use plugin command : 'Light off 1'.

    This is lifted straight from the Plugin's help description.
  3. That isn't working with the "cycle" command, I tried it multiple ways. And with the mog_timesystem.js plugin running with terrax lighting the "tileregion" don't seem to work either. I guess the two plugins aren't fully compatible.