Quote:
|
Originally Posted by Lance
Then you're doing something wrong...?
|
no im not i did excatly this it was the first thing i tried
NPC Code:
if(actionserverside)
sendtonc Debug:#p(0);
//#CLIENTSIDE
if(created){
setstring this.parts,skin,coat,sleeves,shoes,belt;
}
if(playerchats){
tokenize #c;
if(strcontains(#s(this.parts),#t(0))){
triggeraction 0,0,serverside,Player/Taylor,#v(lindexof(#t(0),this.parts));
}
}