Changes
Page history
Update Variables
authored
Dec 11, 2021
by
Woodyso
Show whitespace changes
Inline
Side-by-side
Skills/Variables.md
View page @
9d3ec58e
...
@@ -29,9 +29,10 @@ A variable's "scope" is **where** that variable exists. Not all scopes are appli
...
@@ -29,9 +29,10 @@ A variable's "scope" is **where** that variable exists. Not all scopes are appli
| CASTER | On the casting mob. |
| CASTER | On the casting mob. |
| TARGET | On the target of the mechanic/condition. |
| TARGET | On the target of the mechanic/condition. |
| TRIGGER | The entity or player that triggered the skill. |
| TRIGGER | The entity or player that triggered the skill. |
| PARENT | The entity's parent. |
| WORLD | The current world. |
| WORLD | The current world. |
| GLOBAL | The server. |
| GLOBAL | The server. |
| PARENT | The entity's parent. |
### Usage
### Usage
...
...
...
...