Thread: Tailor
View Single Post
  #3  
Old 08-03-2005, 03:53 PM
hotrian hotrian is offline
Who?
Join Date: May 2003
Location: Eatonville, Washington, 98328
Posts: 56
hotrian is on a distinguished road
Send a message via AIM to hotrian Send a message via MSN to hotrian
o.o
Make it

NPC Code:

if (playerchats) {
tokenize #c;
if (strequals(#t(0),/skin)) {setplayerprop #C0,#t(1);}
if (strequals(#t(0),/coat)) {setplayerprop #C1,#t(1);}
}



Like that
Otherwise it doesnt know what #t(1) is.
Reply With Quote