Back to "b" tags

Boat Shout Direction by yarick.

Related: Snippet boatship

Description: Script is to assist with aligning ship direction in the below script (due to a blocked turn etc)

https://outlands.uorazorscripts.com/script/8970305d-196b-44e5-bfe8-c9f8571dbd32

1if not varexist boatDirection
2    overhead 'Using Default Start'
3    //can only be N1 E3 S5 W7
4    setvar boatDirection 1
5endif
6
7if boatDirection = 1
8    overhead 'North'
9elseif boatDirection = 3
10    overhead 'East'
11elseif boatDirection = 5
12    overhead 'South'
13elseif boatDirection = 7
14    overhead 'West'
15endif
16
17#Set this to your loop script to resume your loop
18#hotkey 'Play Script: AA\Route'