Author Topic: Console Commands  (Read 16668 times)

0.0


TRUCE, YOU ROCK!

And, so you just type " _somebrick" ?

_somebrick would be a brick named somebrick.
If you name a brick Ted, you would use _Ted.

Ooohhhhhh. Thanx, truce & chrono!

What if I wanted to control a brick, like setControlObject, what would I do?

You cannot control a brick.


If you mix Regulith and Chronos commands you have the ability to control turret on Tank. :D.
Unfortunately it can't shoot D:
Just use /getid on tank turret then do chrono's command but instead of _v.vehicle do the ID. it's fun.
« Last Edit: July 18, 2009, 07:39:44 PM by Anti-Block »

findClientByName("Name").player.mountObject("ObjectID", #);

#= Node number. (0-7 I think.)
To get an object's ID, face it and say /getid.

I always love mounting myself onto 0 and controlling them. Lol.


You know findclientbyname(); targets a client- by name? I always wondered about how you do that with bots, because bots (I think) have no names.

CHRONO< HOW MANY TIMES A DAY DO YOU ChANGE YOUR ACCOUNT PICTURE?!

Also findclientbyname("Player").SpawnPlayer(); will un-delete the player.

                                                               clanSuffix
And, there's findclientbyname("Player").               SPACE=SPACE"ClanTags";
                                                               clanPrefix
                          <color:[HexColor]>
You can also do                                  to spice it up!
                          <font:[Font]:[Size]>


NOTE: The <color:[Hex Color]> and the <font:[Font]:[Size]> can be used in client events.

CHRONO< HOW MANY TIMES A DAY DO YOU ChANGE YOUR ACCOUNT PICTURE?!
Too many.

                                                               clanSuffix
And, there's findclientbyname("Player").               SPACE=SPACE"ClanTags";
                                                               clanPrefix
                          <color:[HexColor]>
You can also do                                  to spice it up!
                          <font:[Font]:[Size]>


NOTE: The <color:[Hex Color]> and the <font:[Font]:[Size]> can be used in client events.
Don't forget <bitmap:[filepath]> can also be used in events and clan tags.
Though it wont show up for others if they don't have the image.
A funny one to do is <bitmap:screenshots/Blockland_00001> so it shows the very first screenshot they took.

ServerCmdMessageSent (FindClientByName("MoogleBoss"), "I suck");

Talking as others much?