Off-Season Hours: Tours begin at 10a, last tour 4p. Plan Visit >
Dec 16th:  Happy Anniversary day!  We ARE open & all tours are FREE! Tickets ONLY available at our ticket booth. Check daily tour updates here >

// 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.