Quote:
Originally Posted by Inverness
Sometimes posts on Val are requiring lots of text so the MLTextEdit input is needed.
|
Hmm... I don't know if it will work but you could try doing something like:
PHP Code:
new GuiMLTextEditCtrl("ChatBar") {
stuff();
}
Which should simply change the object type without removing the functions. I'm only guessing though, haven't tried it my self.