View Single Post
  #15  
Old 05-21-2006, 08:06 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
Uh..

NPC Code:

this.var = {"message1", "message2"};
for (i = 0; i < this.var.size(); i ++) {
chat = this.var[i];
sleep(3);
}




I dont really get what you need help with..
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote