
02-12-2007, 10:23 AM
|
|
Script-fu
|
 |
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
|
|
Quote:
Originally Posted by Chandler
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. |
__________________
|
|
|
|