Quote:
Originally Posted by Angel_Light
It's trying to get the text box to scroll down to the bottom
|
But it doesn't make any sense.
If you want to scroll PMG_Text_foo, you must do this:
PHP Code:
thiso.ircChat = "foo";
(@ "PMG_Text_" @ thiso.ircChat).scrollToBottom();
If you're not trying to do that, I've got no idea what you're trying to do, because "PMG_Text_ @ thiso.ircChat" will confuse the engine and certainly won't behave how you think.