Quote:
Originally posted by Kaimetsu
Can't you just use a distinguishing characteristic (like an id of -1 or whatever they have) to filter out the NPCs?
|
That doesn't work anymore - even showcharacter NPCs have a positive ID. Unfortunatly.
Use strlen(#n(i))>0 or something like that. I was thinking of players[i]fullhearts>0 but I fear that doesn't work online (client-side).