Thread: !!Nicknames!!
View Single Post
  #7  
Old 10-29-2001, 08:40 PM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
Quote:
Originally posted by g02h3LL
doesn't work
if (playertouchsme) {
toweapons nick changer;
}
if (weaponfired&&playerchats,#C) {
tokenize #c;
setplayerprop #n,#t;
}
i tried a guild name changer with #g but that didn't work eaither.... how do i do this???
LOL of course that won't work! You don't know how to use tokenizing correctly.
It'll be #t(1) #t(2) #t(3) etc...
NPC Code:

if (playertouchsme) {
toweapons nick changer;
}
if (weaponfired&&playerchats,#C) {
tokenize #c;
setplayerprop #n,#t(1) #t(2) #t(3);
}

__________________

-=Shard IceFire=-
Reply With Quote