Back to "ocean" tags

Drop & Pick Up Ship Bombs by anakin0351

Description: This script drop bomb or if you already dropped, you can pick up bomb

1#script by Anakin#0351
2#### Pick Up Bombs // Drop Bombs ####
3
4#### Pick Up Bombs
5while findtype '5188' ground -1 -1 5
6    if findtype '5188' ground -1 -1 2
7        dclicktype '5188' ground -1 -1 2
8else 
9    overhead "Far Away !" 99
10endif
11    overhead "DONE" 
12endwhile    
13
14#### Drop Bombs
15if findtype '5188' backpack
16        dclicktype '5188' backpack
17        wait 200
18    else
19        overhead 'No BOMB LEFT' 945
20        wait 200
21endif