This plugin provides you the features of defining the value of a switch or a variable via
script codes directly with the switch name and also to keep it up to date at any time.
======================================================================== How to use it?
========================================================================
Name your switch/variable like this: name s: code
name = The name used for the switch/variable (not needed).
s: = Needed to let the script know, here is the script code to use.
code = The actual javaScript Code used to set the switch as true/false or give the variable a value.
Like when I want a switch to be set to true everytime the actor 1s HP is >= 500 you can do it like that: