Back to "pouch" tags

Pop a pouch if paralyzed (V) by Jaseowns

1# Pop a pouch if paralyzed (V) by Jaseowns
2# UO Outlands
3while not dead
4    if paralyzed 
5        if findtype "pouch" backpack 38 as item
6            yell "[pouch"
7        else
8            overhead "Out of pouches!" 34
9        endif
10    endif
11    wait 200
12endwhile