View Single Post
  #18  
Old 08-26-2004, 07:43 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
NPC Code:

//#CLIENTSIDE

if(created){
setstring this.parts,skin,coat,sleeves,shoes,belt;
}

if(playerchats){
tokenize #c;
pos = lindexof(#t(0),this.parts);
if(pos>=0){
if(startswith(#t(0),#c)){
setplayerprop #c,[#I(this.parts,pos) was changed to color #t(1)];
if(pos == 0) setplayerprop #C0,#t(1);
if(pos == 1) setplayerprop #C1,#t(1);
if(pos == 2) setplayerprop #C2,#t(1);
if(pos == 3) setplayerprop #C3,#t(1);
if(pos == 4) setplayerprop #C4,#t(1);
}
}
}



Too simple, please try to understand the code and feel free to use it.
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /
Reply With Quote