Back to "b" tags

Open any untrapped pouches on character (shift o) by Jaseowns

1# Open any untrapped pouches on character by Jaseowns
2# UO Outlands
3@clearignore 
4while findtype "pouch" backpack 0 as item
5    dclick item
6    wait 200
7    @ignore item
8endwhile
9@clearignore