Created: 05/25/2023, 12:33:20 AM Updated: 05/25/2023, 12:35:43 AM View Change History
# 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