View Single Post
  #6  
Old 05-10-2009, 07:48 PM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Quote:
Originally Posted by Chompy View Post
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.
__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote