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);
}