Description
Checks if the given numeric variable is within a certain range.
Attributes
Attribute | Aliases | Description | Default |
---|---|---|---|
variable | name, n, var, key, k | Variable to match, optionally prefixed by a scope | |
value | val, v, range, r | A number range to match | |
scope | s | The scopeof the variable, e.g. where the variable is located |
Examples
Conditions:
- variableInRange{var=caster.Cooldown;value=<0.01} cancel
Skills:
- setvariable{var=caster.Cooldown;type=float;value="10"}
- message{m="&7Cooldown over!"}
Aliases
- varinrange
- varrange