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

if not varexist boatDirection overhead 'Using Default Start' //can only be N1 E3 S5 W7 setvar boatDirection 1 endif if boatDirection = 1 overhead 'North' elseif boatDirection = 3 overhead 'East' elseif boatDirection = 5 overhead 'South' elseif boatDirection = 7 overhead 'West' endif #Set this to your loop script to resume your loop #hotkey 'Play Script: AA\Route'