View Single Post
  #3  
Old 02-12-2007, 10:23 AM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Chandler View Post
PHP Code:
this.replymsg[0][0] = "Thats good to hear...."
this.replymsg[0][1] = "Only alright? Why is that...." 
You could do a loop too, which I think is better
HTML Code:
for (temp.curMessage: this.replymsg[0])
{
  chat @= temp.curMessage;
}
I am not sure that is at all helpful.
__________________
Skyld
Reply With Quote