// My first UOPilot script WAIT 1000 SEND "Hello World"
| Command | Syntax | Description | |---------|--------|-------------| | Let | Let var = value | Assigns value (number or string). | | Add | Add var, value | Adds to variable. | | Sub | Sub var, value | Subtracts. | | Inc | Inc var | Increments by 1. | | Dec | Dec var | Decrements by 1. | | Cmp | Cmp var1, var2 | Compares values (used with If ). |
Mouse commands are the heart of most UOPilot automations.
Uopilot Script Commands -
// My first UOPilot script WAIT 1000 SEND "Hello World"
| Command | Syntax | Description | |---------|--------|-------------| | Let | Let var = value | Assigns value (number or string). | | Add | Add var, value | Adds to variable. | | Sub | Sub var, value | Subtracts. | | Inc | Inc var | Increments by 1. | | Dec | Dec var | Decrements by 1. | | Cmp | Cmp var1, var2 | Compares values (used with If ). | uopilot script commands
Mouse commands are the heart of most UOPilot automations. // My first UOPilot script WAIT 1000 SEND