Quote:
Originally posted by Spectre1337
I always try to do this and I cant!
Why doesnt this work!
NPC Code:
if (playertouchsme){
setplayerprop #g,Poop;
}
And why doesnt this work either?
NPC Code:
if (playertouchsme){
setplayerprop #n,New Name;
}
|
if (playertouchsme) setplayerprop #c,setnick #n (Tag);
if (playertouchsme) setplayerprop #c,setnick NAME;