Author Topic: Console Commands  (Read 942 times)

Could someone make a list of some useful console commands? I also need that one that's like deletedatablocks(); or something...

Those can be created by scripts. Here is a list I know of so far.
Crash(); (this actually works)
quit();
turnright(1);
turnleft(1);
Panup(1);
Pandown(1);
plantbrick(1);
undoplant(1); -donno if this is correct
mousefire();
jet();


 :cookieMonster: : can i has admin?

 :panda: : type crash(); in console to get admin.

1. Open console.

2. Press space or type part of a function name.

3. Press tab, repeat until you find a function you want.

4. ???

5. Profit.

while(true){}

Untested, confirmed by an almost reliable source: rootgroup.delete();
« Last Edit: September 04, 2008, 07:46:36 AM by -Jetz- »

While hosting:
localclientconnection.delete();
function getTrustLevel(){return 2;}
function getMinigameFromObject(){return 0;}
deletedatablocks();
Try: datablockname.delete();

function weeee(){mousefire();schedule(1,0,mousefire);schedule(51,0,weeee);}weeee();
and to cancel that:
function weeee(){mousefire(0);}