Back to "target" tags

Target Example (Scroll Wheel Down) by Jaseowns

1# Target Example by Jaseowns
2# UO Outlands
3# This is for testing purposes, but you can replace this Next Player Target with something that suites you
4# hotkey 'Next Player Target'
5hotkey 'Next Murderer Player Target'
6wait 200
7if insysmsg "no one matching"
8    overhead "No target found" 34
9    wait 500
10    replay
11elseif noto lasttarget = "friend"
12    overhead "Green" 66
13    replay
14elseif noto lasttarget = "innocent"
15    overhead "Blue" 88
16    replay
17elseif noto lasttarget = "hostile" or noto lasttarget = "criminal"
18    overhead "Gray" 88
19elseif noto lasttarget = "murderer"
20    overhead "Red" 34
21elseif noto lasttarget = "enemy"
22    overhead "Orange" 34
23elseif noto lasttarget = "invulnerable"
24    overhead "Yellow" 88
25    replay
26else
27    overhead "Unknown" 34
28endif
29
30overhead "THIS MY TARGET BRO" 88 lasttarget