... | ... | @@ -3,6 +3,7 @@ Sets a [variable](/skills/variables). Variables can be permanent or |
|
|
temporary, and can be used in conjunction with conditions or
|
|
|
placeholders to store data.
|
|
|
|
|
|
> Learn more about setting special variable types [here](/Skills/Variables#special-variable-types)
|
|
|
|
|
|
## Attributes
|
|
|
### Inheritable Attributes
|
... | ... | @@ -16,7 +17,7 @@ placeholders to store data. |
|
|
### Non-Inheritable Attributes
|
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
| value | val, v, amount, a | The value to set the variable to. Must be applicable for `type` or the mechanic will fail. Should be surrounded in double-quotes if using spaces. Value can also include placeholders, even from PlaceholderAPI | |
|
|
|
| value | val, v, amount, a | The value to set the variable to. Must be applicable for `type` or the mechanic will fail. Should be surrounded in double-quotes if using spaces or semicolons. Value can also include placeholders, even from PlaceholderAPI | |
|
|
|
| type | t | The [type](/skills/variables#variable_types) of the variable. Set to STRING if you are using text instead of numbers | INTEGER<!--type:VariableType--> |
|
|
|
|
|
|
|
... | ... | |