Thread: npulse
View Single Post
  #8  
Old 07-04-2001, 07:48 PM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally posted by grim_squeaker_x
I don't know if setplayerprop #n,nickname; works online (It doesn't work offline), but anyway he could just use this in a system NPC if it does work:
NPC Code:
if ((created||timeout)&&isweapon) {
if (strlen(#g)>0) setplayerprop #n,#e(0,strlen(#n)-strlen(#g),#n);
timeout=0.05;
}

Which would basically remove the guild tag from a player's name if he/she has one.
I do not believe that such a thing would work, but you ould change the chat text to "setnick whatever" and that'd do the trick.
Reply With Quote