temp.chatArray = { "First", "Second", "Third"};for (temp.i = 0; temp.i < 3; temp.i ++) { this.chat = temp.chatArray[temp.i]; //Use waitFor() instead of sleep waitFor(this, this, 1);}
//Use waitFor() instead of sleep waitFor(this, this, 1);