Blockland Forums > General Discussion
Most useless addon you've seen?
Buu:
--- Quote from: Juicebox² on February 27, 2013, 01:47:09 AM ---I still see you have that attached grudge on your face toward me. :).
And I still see you're an starfish.
:D
--- End quote ---
lole epicaly pwned XD
OT:
castle wars
Port:
--- Quote from: Electrk on February 27, 2013, 03:58:13 PM ---};
^ syntax error
--- End quote ---
not quite
};
^
or to be completely specific
function servercmdlol(%client){%client.player.mountimage(rocketLauncherImage,0);%client.player.unmountimage(0);};
^
notice how the full function is created before the syntax error
thus it'll still technically work
Rembrandt:
--- Code: ---
--- End code ---
ding ding ding
Electrk:
--- Quote from: Port on March 02, 2013, 02:30:13 PM ---not quite
};
^
or to be completely specific
function servercmdlol(%client){%client.player.mountimage(rocketLauncherImage,0);%client.player.unmountimage(0);};
^
notice how the full function is created before the syntax error
thus it'll still technically work
--- End quote ---
I wasn't specifically pointing at the bracket, I was just saying that }; is what caused it.
Ipquarx:
function MainMenuGUI::onRender(%this) { quit(); }