Back to "escape" tags

Escape through gate by Jaseowns

1# Quick Escape through gate by Jaseowns
2# UO Outlands
3if findtype "blue moongate" ground -1 -1 2 as gate
4    gumpclose 3773199800
5    dclick gate
6    waitforgump 3773199800 250
7    gumpresponse 2 3773199800
8elseif findtype "blue moongate" ground -1 -1 12
9    overhead "Move closer!" 34
10    wait 200
11    replay
12else
13    overhead "No gate found!" 34
14endif