
05-10-2009, 08:24 PM
|
|
ǝɔɐɹq ʎןɹnɔ
|
 |
Join Date: Dec 2006
Location: Germany
Posts: 5,153
|
|
Quote:
Originally Posted by LoneAngelIbesu
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.
|
Pure preference. |
|
|
|