View Single Post
  #7  
Old 01-26-2002, 02:49 AM
Essenity Essenity is offline
Registered User
Join Date: Dec 2001
Location: Shaded Legends
Posts: 22
Essenity is on a distinguished road
Send a message via ICQ to Essenity Send a message via AIM to Essenity Send a message via Yahoo to Essenity
You could also do instead of tokenize... just a thought..

if (playerchats) {
if (strequals(#e(0,6,#c),skin: )) setplayerprop #C0,#e(6,-1,#c);
if (strequals(#e(0,6,#c),coat: )) setplayerprop #C1,#e(6,-1,#c);
if (strequals(#e(0,9,#c),sleeves: )) setplayerprop #C2,#e(9,-1,#c);
if (strequals(#e(0,7,#c),shoes: )) setplayerprop #C3,#e(7,-1,#c);
if (strequals(#e(0,6,#c),belt: )) setplayerprop #C4,#e(6,-1,#c);

}
__________________
~ Enfinityy (Chill)
since Graal Gold, Nov 1998
Reply With Quote