Drop & Pick Up Ship Bombs by anakin0351

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

#script by Anakin#0351 #### Pick Up Bombs // Drop Bombs #### #### Pick Up Bombs while findtype '5188' ground -1 -1 5 if findtype '5188' ground -1 -1 2 dclicktype '5188' ground -1 -1 2 else overhead "Far Away !" 99 endif overhead "DONE" endwhile #### Drop Bombs if findtype '5188' backpack dclicktype '5188' backpack wait 200 else overhead 'No BOMB LEFT' 945 wait 200 endif