Blockland Forums > General Discussion
How do I use console commands to resize a player more than events can?
Mysteroo:
--- Quote from: otto-san on June 28, 2013, 02:58:25 PM ---Yeah, I've seen this happen.
I was finding out some mount points by mounting a tank turret to myself. When I tried mounting it to a non-existent point, it began to grow whenever I moved.
--- End quote ---
so if you try to mount yourself to a nonexistent point, you grow?
John Constantine:
--- Quote from: EazyE on June 27, 2013, 10:32:55 PM ---just a shortcut, you can use fcbn for findClientByName
--- End quote ---
function fcbn(%client){return findclientbyname(%client);}
I believe, you have to use that before you can make a short cut.
Correct me if i'm wrong.
Scriode:
--- Quote from: John Constantine on June 28, 2013, 06:43:48 PM ---function fcbn(%client){return findclientbyname(%client);}
I believe, you have to use that before you can make a short cut.
Correct me if i'm wrong.
--- End quote ---
Did you read the topic at all?
--- Quote from: Scriode on June 28, 2013, 12:01:48 PM ---It is not built into the game but if you put
--- Code: ---function fcbn(%c){return findclientbyname(%c);}
--- End code ---
into console then yes you can.
--- End quote ---
John Constantine:
--- Quote from: Scriode on June 28, 2013, 07:35:10 PM ---Did you read the topic at all?
--- End quote ---
I read the OP, I don't really read every post inside of it, sorry.. lol.