Back to "ground trap" tags

Bapeth's Trap BOOM by barryroser

Description: This script is a one button trap placer and detonator!

# BOOM BOOM by Bapeth # # This is a one button Trap placer and detonator, Bind to a hotkey # # If you want to remove a trap, go into warmode near the trap and play script # # Script starts here... if warmode and findtype "metal trap" ground -1 -1 2 as removetrap menu removetrap 0 warmode off endif if not findtype 51163 ground warmode off getlabel backpack ping endif if not warmode and findtype "metal trap" ground and findtype "music box" backpack as boom clearsysmsg dclick boom getlabel backpack ping if insysmsg "You detonate a ground trap" overhead "BOOM!" 88 elseif insysmsg "You must wait another" // do nothing elseif insysmsg "You are too far away" overhead "Gotta get closer..." 45 elseif insysmsg "You do not have an active floor trap." dclick btrap endif elseif not warmode if findtype "metal trap" backpack as btrap dclick btrap endif endif