Back to "trap" tags

Make BoomBoxes by daklue

1# By DaKlue
2# UO Outlands
3
4if findtype 3705 backpack 0 as box
5    cast 'magic trap'
6    while not targetexists
7        cast 'magic trap'
8    endwhile
9    target box
10endif
11loop