Blockland Forums > Help
How do you make a bot crouch?
Pages: (1/1)
Exo Pheratype:
Just wanted to know because I am making a factory and I need certain bots to crouch on the Converyer Belt.
I tried just placing bricks over them but I can't get them to crouch
Gamefandan:
I'll give you a hint:
--- Code: ---Playthread
--- End code ---
Slicksilver555:
--- Quote from: gamefandan on June 05, 2009, 02:26:44 AM ---I'll give you a hint:
--- Code: ---Playthread
--- End code ---
--- End quote ---
Oooor tell him.
bot.playThread(0,"Crouch");
where 'bot' would be either the bot's ID or a name of the bot (bot.setName("newname"); or new aiPlayer(Bot's name here))
Gamefandan:
--- Quote from: Slicksilver555 on June 05, 2009, 02:28:49 AM ---Oooor tell him.
bot.playThread(0,"Crouch");
where 'bot' would be either the bot's ID or a name of the bot (bot.setName("newname"); or new aiPlayer(Bot's name here))
--- End quote ---
Must you ruin my fun? :(
Pages: (1/1)