BESTEST GaTe ScRiPt 4 EScapE by urgfinterruptingyou
Related: Snippet kosher for the win
Description: I'm not sure who originally wrote it, but its the best i've found.
1
2if findtype 3948 'ground' 0 1 2 as 'bluegate'
3 dclick 'bluegate'
4 waitforgump 3899019871
5 gumpresponse 2
6endif
7
8
9if findtype 3948 'ground' 2820 1 2 as 'redmoongate'
10 # Goto Outpost
11 dclick 'redmoongate'
12 waitforgump 3773199800
13 gumpresponse 2
14endif
15
16if findtype 3948 'ground' 2821 1 2 as 'bluemoongate'
17 # Goto Shelter Island
18 dclick 'bluemoongate'
19 waitforgump 3773199800
20 gumpresponse 2
21endif
22if findtype 3948 'ground' 2822 1 2 as 'yellowmoongate'
23 # Goto Outpost
24 dclick 'yellowmoongate'
25 waitforgump 3773199800
26 gumpresponse 2
27endif
28
29
30if findtype 8148 'ground' -1 1 2 as 'graymoongate'
31 # Confirm
32 dclick 'graymoongate'
33 waitforgump 3899019871
34 gumpresponse 2
35endif
36
37
38if findtype 30528 'ground' -1 1 2 as 'graymoongate'
39 # Confirm
40 dclick 'graymoongate'
41 waitforgump 3899019871
42 gumpresponse 2
43endif