Poll

Is this list worthy of a sticky?

Yes
No
Needs more commands

Author Topic: Big list O' Console Commands!  (Read 127371 times)



Code: [Select]
deletealldatablocks(); doesn't work, I've tried it at Badspot's server. I even have a video of it, anyone know a video hosting website beside youtube?

Buildconfetti();==Spam macro  :cookieMonster:



For the majority of the commands, yes.
Well something is still wrong

Edited

Buildconfetti();==Spam macro  :cookieMonster:

Already been posted, sorry.


What console command do you use to change the wheels of a vehicle? I've seen screenshots of tanks with wheels.

bottomprintall();
messageall('',"");
chatmessageall();
centerprintall();  -all are self-explanatory.
Where do you put the message and time?

Code: [Select]
function f(){schedule(100,0,F);scrolltools(-1);scrolltools(1);} Lets you fire weapons really fast
Code: [Select]
function f(){} To turn it off

Code: [Select]
%bg = findClientByName("enterNameHere").brickGroup; for(%i=0;%i<%bg.getCount();%i++){%bg.getObject(%i).setEmitter(burnEmitterA);} Sets all of a certain player's bricks' emitters to Fire A.

Code: [Select]
%bot = new aiPlayer(%name){datablock=playerStandardArmor; position=findClientByName("enterNameHere").player.getPosition();}; Spawns a bot at a players position.


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.
Uh, do you just type that in the console, or put something in front of it?
That is cool.
._.

Code: [Select]
function f(){schedule(100,0,F);scrolltools(-1);scrolltools(1);} Lets you fire weapons really fast
Code: [Select]
function f(){} To turn it off
It didn't work D;