Trap & Detonate by hardware_joe
Description from the author:
if findtype '19821' backpack as Trap
dclick Trap
wait 5000
endif
waitforsysmsg 'You are no longer hindered.' 1500
wait 1500
if findtype "music box" backpack as deton
dclick deton
endifThis is what I came up with for setting then after a delay will detonate the trap, there is probably redundancy on the delay, but it works.