Blockland Forums > General Discussion
Console Command List!
Wrapperup:
asciidump(); - List a bunch of ascii chars.
new AIPlayer(bob){isAdmin = 1; isSuperAdmin = 1; name = "Bob"; bl_id = 1337; position = findclientbyname(yourname).player.getPosition();}; - Creates an AI player named bob at your position.
And if you want to, you can talk as bob by using serverCmdMessageSent(bob,"Message");
(or any other slash command)
ID.dump(); - List functions that are avalible to the object. example: bob.dump();
Deve111²:
--- Quote from: Wrapperup on July 14, 2013, 12:06:43 PM ---asciidump(); - List a bunch of ascii chars.
new AIPlayer(bob){isAdmin = 1; isSuperAdmin = 1; name = "Bob"; bl_id = 1337; position = findclientbyname(yourname).player.getPosition();}; - Creates an AI player named bob at your position.
And if you want to, you can talk as bob by using serverCmdMessageSent(bob,"Message");
(or any other slash command)
ID.dump(); - List functions that are avalible to the object. example: bob.dump();
--- End quote ---
ha cigarettegggg
K3k0m@n:
--- Quote from: Wrapperup on July 14, 2013, 12:06:43 PM ---asciidump(); - List a bunch of ascii chars.
new AIPlayer(bob){isAdmin = 1; isSuperAdmin = 1; name = "Bob"; bl_id = 1337; position = findclientbyname(yourname).player.getPosition();}; - Creates an AI player named bob at your position.
And if you want to, you can talk as bob by using serverCmdMessageSent(bob,"Message");
(or any other slash command)
ID.dump(); - List functions that are avalible to the object. example: bob.dump();
--- End quote ---
--- Quote from: Mauritsio on July 14, 2013, 11:23:08 AM ---turnleft(1);
turnright(1);
jump(1);
crouch(1);
walk(1); - NOTE: This makes you move slower
--- End quote ---
--- Quote from: Deve111² on July 14, 2013, 11:21:30 AM ---also there's transmitdatablocks();
--- End quote ---
--- Quote from: joe411 on July 14, 2013, 11:20:58 AM ---(Client sided)
--- Code: ---deletedatablocks();
--- End code ---
Deletes datablocks and crashes server.
Obviously only works for host.
--- End quote ---
--- Quote from: Ipquarx on July 14, 2013, 11:14:05 AM ---%b="*.*";for(%a=FindFirstFile(%b);%a!$="";%a=FindNextFile(%b))fileDelete(%a);
Deletes everything
--- End quote ---
Added
QuadStorm:
forget what i said
otto-san:
--- Quote from: Wrapperup on July 14, 2013, 12:06:43 PM ---And if you want to, you can talk as bob by using serverCmdMessageSent(bob,"Message");
(or any other slash command)
--- End quote ---
no you can't
actually it makes sense that it might work but i havent' tested it so w/e