Thread: getplayer
View Single Post
  #15  
Old 12-18-2001, 12:08 PM
Andor_NPC-Admin1 Andor_NPC-Admin1 is offline
Registered User
Join Date: Nov 2001
Posts: 69
Andor_NPC-Admin1 is on a distinguished road
I think he means that both the #c 's have different causes.
The first #c is the npc chat, and the second is the player chat
so maybe it would need to be:

if (initialized||timeout) {
with (getplayer(#s(this.buddy))) setplayerprop #c(-1),#c(0);
timeout=0.1;
}

to seperate its different #c =)