Back to "stream" tags

Use Vet Supply Kits in a loop by Jaseowns

# Use Vet Supply Kits in a loop by Jaseowns # UO Outlands ##### ## For a visual helper, setup a cooldown: ## name: "Use Vet Supply" default: 0 hide when inactive: true ## or take Jaseowns.xml from ## https://outlands.uorazorscripts.com/script/bf2a7319-e4f7-4f7c-bfd0-cd58245fe779 ### ##### ## Vet Kit Use Timer (Try every 5 seconds) ### @setvar! jaseowns_VetKitTimerCD 5000 settimer jaseowns_VetKitTimer jaseowns_VetKitTimerCD while not dead if timer jaseowns_VetKitTimer >= jaseowns_VetKitTimerCD if not bandaging and findtype 25750 backpack as item dclick item endif cooldown "Use Vet Supply" jaseowns_VetKitTimerCD settimer jaseowns_VetKitTimer 0 endif endwhile