ID:176872
Dec 1 2002, 1:30 pm
|
|
How do I keep my enemy NPCs from attacking each other?
|
Dec 1 2002, 1:38 pm
|
|
By only attacking people if(M.client).
|
In response to Garthor
|
|
This doesn't work
|
In response to Baddvegeta
|
|
Then you aren't doing it right. When an NPC attacks, check if their target is not a client (player). You do that the way Garthor said to.
|