Back to "ocean" tags

Ready Launching Ship by anakin0351

1#Embark your ship#
2#
3clearall 
4gumpclose
5//-------------------------------------------------------------
6//check for valuable shit
7if findtype 8454|8455|43206|5363 backpack
8    while not targetexists 
9        overhead "You have valuable shit on you!" 17
10        sysmsg  "You have valuable shit on you!" 17
11        wait 500
12    endwhile
13endif 
14//-------------------------------------------------------------
15//SET TillerMan Auto
16 if findtype "tiller man" ground as done
17    overhead "Tillerman SETTED"
18    @setvar! 'TillerMan' 'done'
19    pause 500
20else 
21    pause 200
22    overhead 'Select TillerMan'
23    @setvar! 'TillerMan'
24endif
25//-------------------------------------------------------------
26overhead 'READY!'
27    dclick 'TillerMan'
28    waitforgump 4216593270
29if gumpexists 4216593270
30//wait 100
31gumpresponse 201 4216593270
32wait 350
33gumpresponse 202 4216593270
34wait 350
35gumpresponse 204 4216593270
36wait 350
37gumpresponse 205 4216593270
38wait 250
39gumpclose 
40endif
41//-------------------------------------------------------------
42//ready crew load guns etc
43say '[recallBoarding'
44wait 250
45say '[Reload'
46wait 250
47say '[ReadyCrew'
48wait 250
49say '[ShipHotbars'
50//-------------------------------------------------------------
51//unset your old noIDbag for drop loot so you can select new bag
52unsetvar noidBag
53//-------------------------------------------------------------
54//Get ready to sail
55overhead "Move to hold and target status bar" 43
56setvar! shipStatusBar
57########################
58