Changes
Page history
Added VehicleIsDead condition.
authored
Jul 06, 2023
by
Dante
Show whitespace changes
Inline
Side-by-side
Skills/Conditions.md
View page @
c34c69fb
...
@@ -250,6 +250,7 @@ Conditions
...
@@ -250,6 +250,7 @@ Conditions
|
[
VariableEquals
](
/skills/conditions/variableequals
)
| Meta | Checks if the given variable has a particular value. |
|
[
VariableEquals
](
/skills/conditions/variableequals
)
| Meta | Checks if the given variable has a particular value. |
|
[
VariableInRange
](
/skills/conditions/variableinrange
)
| Meta | Checks if the given numeric variable is within a certain range. |
|
[
VariableInRange
](
/skills/conditions/variableinrange
)
| Meta | Checks if the given numeric variable is within a certain range. |
|
[
VariableIsSet
](
/skills/conditions/variableisset
)
| Meta | Checks if the given variable is set. |
|
[
VariableIsSet
](
/skills/conditions/variableisset
)
| Meta | Checks if the given variable is set. |
|
[
VehicleIsDead
](
/skills/conditions/vehicleisdead
)
| Entity | Checks if the casters mounted vehicle is dead. |
|
[
Velocity
](
/skills/conditions/Velocity
)
| Entity | Checks the velocity of the target entity against a range. |
|
[
Velocity
](
/skills/conditions/Velocity
)
| Entity | Checks the velocity of the target entity against a range. |
|
[
Wearing
](
/skills/conditions/wearing
)
| Entity | Tests what the target entity has equipped. |
|
[
Wearing
](
/skills/conditions/wearing
)
| Entity | Tests what the target entity has equipped. |
|
[
World
](
/skills/conditions/world
)
| Location | Checks the name of the target world. |
|
[
World
](
/skills/conditions/world
)
| Location | Checks the name of the target world. |
...
...
...
...