- Joined
- Mar 10, 2013
- Messages
- 47
- Reaction score
- 46
- First Language
- German
- Primarily Uses
Hello,
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:
HP >= 500 s: $gameActors._data[1].param(0) >= 500
========================================================================
Download
========================================================================
Get it from my blog.
That's it, have fun
~FlipelyFlip
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:
HP >= 500 s: $gameActors._data[1].param(0) >= 500
========================================================================
Download
========================================================================
Get it from my blog.
That's it, have fun
~FlipelyFlip
