#can we make a mob change its target when it has a certain Tag?
1 messages · Page 1 of 1 (latest)
It is possible using the nearest attackable target
And removing hurt by target
It's achievable
No no I'm not talking about that I'm talking about the mob changing its target
For example If the mob's tag is 1, its target will also be lane_1 .
If the mob's tag is 2 It's target will also be lane_2
Are you new to entities I already said the solution?
Just use filters in nearest attackable target
Check if it has the tag and check if the operator can attack that
thx for tjis
would this be possible to dynamically change the filters in script API?
like target tagxyz on script conditions?
the tag is not pre defined