View Single Post
  #11  
Old 08-26-2004, 05:11 PM
ZeroTrack ZeroTrack is offline
G2K1 Developer
ZeroTrack's Avatar
Join Date: Apr 2004
Location: LongIsland, NY
Posts: 402
ZeroTrack is on a distinguished road
Send a message via AIM to ZeroTrack
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));
}
}


Last edited by ZeroTrack; 08-26-2004 at 05:36 PM..
Reply With Quote