Target Next Red and send in pets (ALT-4) by Jaseowns
# Target Next Red and send in pets by Jaseowns
# UO Outlands
hotkey 'Next Murderer Player Target'
wait 200
if insysmsg "no one matching"
overhead "No target found" 34
wait 500
replay
elseif noto lasttarget = "friend"
overhead "Green" 66
replay
elseif noto lasttarget = "innocent"
overhead "Blue" 88
replay
elseif noto lasttarget = "hostile" or noto lasttarget = "criminal"
overhead "Gray" 88
elseif noto lasttarget = "murderer"
overhead "Red" 34
elseif noto lasttarget = "enemy"
overhead "Orange" 34
elseif noto lasttarget = "invulnerable"
overhead "Yellow" 88
replay
else
overhead "Unknown" 34
endif
overhead "THIS MY TARGET BRO" 88 lasttarget
if followers > 0
say "all kill"
wft 500
target lasttarget
endif