PPROBLEM
I have police NPCs and I want the to attack criminal players. How can this be made possible?
CONTEXT
All players start out with 0 wanted level
(0 on the scoreboard wanted
but by selling certain products, or starting criminal missions, a score is added to you.
(and over time the score slowly declines to 0, in which you're no longer wanted)
I tried adding a tag to myself ( if you have a wanted level grater than 0 you are tagged wanted, less than 1 the tag is removed.)
and I thought by doing /sentinel addtarget player:tag:wanted that would make the npc attack me but it didn't (the NPCs will attack if provoked ie: you punch it first)
but how can i make the npc attack a certain group of people without being touched first?