Scientist on Cargoship see me
If i enable "/inv" the Scientist on Cargoship see me,
i think "NPCPlayer" dont effect them.

Sorry my english is not the best :3 I hope you know what i mean.

Offtopic: If i use "/inv" and Vanish together i got some errors in the console. i post the error later
I don't know how to track new NPCs, they probably aren't being tracked yet

Merged post

what is the error?
try "player is HTNPlayer"
In response to BattleSheep ():
try "player is HTNPlayer"
it doesn't work that way
i mean. the new NPC's are both, HTNPlayer and NPCPlayer. they are in the military tunnels and on the cargo ship
                if (victim is HTNPlayer)
                {
                    Puts("HTNPlayer");
                }
                if (victim is NPCPlayer)
                {
                    Puts("NPCPlayer");
                }​
In response to BattleSheep ():
i mean. the new NPC's are both, HTNPlayer and NPCPlayer. they are in the military tunnels and on the...
it doesn't work that way

Merged post

there's a hook that's responsible for targeting, and it can't work with these NPCs.