View Single Post
  #8  
Old 06-10-2002, 08:22 PM
Warcaptain Warcaptain is offline
Banned
Warcaptain's Avatar
Join Date: Jun 2001
Location: Virginia, USA
Posts: 2,086
Warcaptain is on a distinguished road
Send a message via ICQ to Warcaptain Send a message via AIM to Warcaptain Send a message via Yahoo to Warcaptain
tokenize2 ,,#s(this.boxes);
this.foundbox=false;
for (i=0;i<tokenscount;i++{
if (strequals(#t(i),wat ur trying to find here)){
this.foundbox=true;
}
}
if (this.foundbox==true){
say2 you found me loser;
}else say2 you didnt fine me lol;
Reply With Quote