Thread: Tokenize
View Single Post
  #1  
Old 06-17-2002, 02:08 AM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Tokenize

What is wrong with this? This is my first time with tokenize and I am needing help
NPC Code:
if (timeout) {
//#CLIENTSIDE
if (playerenters) {
setcoloreffect #t(this.red),#t(this.green),#t(this.blue),#t(this. alpha);
drawaslight;
}
if (strcontains(#c ,setred )) {
tokenize #c,red;
setplayerprop #c,Red was set to #t(red).;
}
}

Reply With Quote