Back to "b" tags

Click nearest map (ALT-U) by Jaseowns

1# Click nearest map by Jaseowns
2# UO Outlands
3
4if gumpexists 3237976145
5    overhead "We found the map!" 88
6    stop
7elseif findtype "map of Outlands" ground -1 -1 20 as jap
8    dclick jap
9elseif findtype "Outlands map table" ground -1 -1 20 as jable
10    dclick jable
11else
12    overhead "No map found.. move around" 34
13endif
14wait 200
15replay
16
17