Blockland Forums > General Discussion
Big list O' Console Commands!
Jasa 12265:
--- Quote from: BobSevenSevens on September 03, 2009, 04:15:52 PM ---bottomprintall();
messageall('',"");
chatmessageall();
centerprintall(); -all are self-explanatory.
--- End quote ---
Where do you put the message and time?
lilboarder32:
--- Code: ---function f(){schedule(100,0,F);scrolltools(-1);scrolltools(1);}
--- End code ---
Lets you fire weapons really fast
--- Code: ---function f(){}
--- End code ---
To turn it off
--- Code: ---%bg = findClientByName("enterNameHere").brickGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmitter(burnEmitterA);}
--- End code ---
Sets all of a certain player's bricks' emitters to Fire A.
--- Code: ---%bot = new aiPlayer(%name){datablock=playerStandardArmor; position=findClientByName("enterNameHere").player.getPosition();};
--- End code ---
Spawns a bot at a players position.
Kevdude:
--- Quote from: Jasa 12265 on September 09, 2009, 10:34:57 PM ---Where do you put the message and time?
--- End quote ---
In between the ()
300spartan:
--- Quote from: BobSevenSevens on September 09, 2009, 06:17:34 PM ---For a look at all the functions there are, go into the console, press space, then press Tab.
It goes through the alphabetically-ordered functions one by one.
If you hold down tab, it shuffles through them really fast.
--- End quote ---
Uh, do you just type that in the console, or put something in front of it?
That is cool.
._.
300spartan:
--- Quote from: lilboarder32 on September 10, 2009, 02:20:39 AM ---
--- Code: ---function f(){schedule(100,0,F);scrolltools(-1);scrolltools(1);}
--- End code ---
Lets you fire weapons really fast
--- Code: ---function f(){}
--- End code ---
To turn it off
--- End quote ---
It didn't work D;