Author Topic: How do you make a bot crouch?  (Read 3753 times)

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

I'll give you a hint:

Code: [Select]
Playthread

I'll give you a hint:

Code: [Select]
Playthread
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))

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))

Must you ruin my fun? :(