Author Topic: Bot Help  (Read 928 times)

I'm sure it's come up, but I've used the search button, and also checked help for four pages before I gave up.

I'm having trouble getting the bot to move back and forth between two bricks- like a goomba.

I've tried everything that I could think of to get it to move. I've done: onbotspawn >  bot > movetobrick > [brick name here], onbotspawn > bot > setmovement > movetobrick > [brick name], onbotspawn > [brickname] > movebottobrick, [brickname], etc etc.

The bot just does not respond... anyone know what I'm doing wrong or know what I need to do to get it to move properly?

setBotMovement [type brick name]

setBotMovement [type brick name]

Done that before too. It doesn't move.

Done that before too. It doesn't move.

thats the events you do to make it move... i think yours is messed up.

use onbottouch, and setbotmovement, using movetobrick is a teleport, not walking, and happens instantly, that and you didn't put any delays between teleports

use onbottouch, and setbotmovement, using movetobrick is a teleport, not walking, and happens instantly, that and you didn't put any delays between teleports

Ah. I did not know I had to use delays; And that worked just fine. Thanks Phflack and everyone else ^^