View Single Post
  #5  
Old 03-26-2002, 11:07 AM
Faheria_GP2 Faheria_GP2 is offline
Banned
Faheria_GP2's Avatar
Join Date: Oct 2001
Posts: 1,177
Faheria_GP2 is on a distinguished road
Re: Adding guildtags

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;
Reply With Quote