NPC Code:
if (playerchats&&isweapon) {
if (startswith(/setsay,#c)) {
tokenize #c;
}
if (strequals(#t(3),#s(petnick_this.id))) {
setstring petsay_#v(this.id),#T(#e(18,20,#c));
setplayerprop #c,;
}
}
if i say
/setsay for <PETNICK> <THE NICK HERE> it wont work but if i say
/setsay for <PETNICK><THE NICK HERE> it works
in the attachment
say
"/setsay for derek hi my name is derek"
then say
"/setsay for derekhi my name is derek"
see the prob?
yes i know it says isweapon its cause i took it from the script its from