Pop a pouch if paralyzed (V) by Jaseowns
# Pop a pouch if paralyzed (V) by Jaseowns
# UO Outlands
while not dead
if paralyzed
if findtype "pouch" backpack 38 as item
yell "[pouch"
else
overhead "Out of pouches!" 34
endif
endif
wait 200
endwhile