Created: 12/10/2022, 12:42:54 PM Updated: 12/19/2022, 01:30:00 PM View Change History
1
2
3
4
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