Quote:
Originally Posted by Chompy
Of course we can, but that's not the point of this thread.
|
Obviously, which is why I mentioned that joining a class is probably a work-around. Personally, I find using a class more organized.
PHP Code:
new GuiControl("toastControl") {
this.testFunc = public function() {
echo("Hi there!");
};
}
This just looks bad.