
08-26-2004, 05:43 PM
|
|
dark overlord
|
 |
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
|
|
Quote:
|
Originally Posted by ZeroTrack
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));
}
}
|
It works perfectly, even though you should not be using strcontains...? |
|
|
|