Category:Script commands changing variables
Jump to navigation
Jump to search
These script commands change local or global script variables.
| Comand | Context | Description |
|---|---|---|
| ++ <variable> | Any Entity | Increment a number or int script variable. |
| -- <variable> | Any Entity | Decrement a number or int script variable. |
| dec <variable> <value*> | Any Entity | Subtract a value from a number or int script variable. |
| div <variable> <value*> | Any Entity | Divide a number or int script variable by a value. |
| inc <variable> <value*> | Any Entity | Add a value to a number or int script variable. |
| mul <variable> <value*> | Any Entity | Multiply a number or int script variable with a value. |
| set <variable> <value*> | Any Entity | Set a script variable. |
| unset <variable> | Any Entity | Remove a script variable. |
Pages in category "Script commands changing variables"
The following 8 pages are in this category, out of 8 total.