*npctalk but only on one player

jowi

New member
Messages
10
Points
0
How do I make the 'npctalk' script display only on the player attached to the NPC?

Like a 'bc_self' flag

 
unittalk(getnpcid(0), "your message", true, SELF, playerattached());


see doc/script_commands.txt for documentation

 
Back
Top