Embark by anakin0351

Description: Embark back at your ship! If guild / friend boats around, this script embark you to your ship not others

1# USE WITH READY SCRIPT to SET TILLERMAN MANUAL
2
3clearignore 
4
5gumpclose 4216593270
6
7if find 'TillerMan' ground -1 -1
8    dclick 'TillerMan'
9elseif find 'shipStatusBar' ground -1 -1
10    dclick 'shipStatusBar'
11else
12    overhead 'DID NOT FIND SHIP' 33
13    sysmsg 'DID NOT FIND SHIP' 33
14    say [embark
15endif
16
17waitforgump 4216593270
18gumpresponse 201 4216593270
19waitforgump 4216593270
20gumpclose 4216593270