.. i reset the npcserver and it started working, and yes thats there for the taylor part
finshed script... no stealing please
NPC Code:
//#CLIENTSIDE
if(created)
setstring this.parts,skin,coat,sleeves,shoes,belt;
if(playerchats){
tokenize #c;
if(strcontains(#s(this.parts),#t(0))){
part=lindexof(#t(0),this.parts);
if(part=0)
setplayerprop #C0,#t(1);
if(part=1)
setplayerprop #C1,#t(1);
if(part=2)
setplayerprop #C2,#t(1);
if(part=3)
setplayerprop #C3,#t(1);
if(part=4)
setplayerprop #C4,#t(1);
}
}