Author Topic: How do I access the bot events tab?  (Read 442 times)

I can't figure it out. Other than through the events onBotSpawn, onBotDeath, etc., I can't find out how to use something like onActivate to change a bot's velocity, appearance, etc.

Something I'd want:

onActivate > Named Brick (Bot brick) > Bot > SetVelocity > 0 0 1

onActivate means it does stuff if you click the brick

onBotActivate means it does stuff if you click the bot itself

onActivate means it does stuff if you click the brick

onBotActivate means it does stuff if you click the bot itself
I get that, but I want to access the Bot events tab
You know, where 'Self' and 'Named Brick' is.
As far as I know it can only be accessed through the events onBot EnterZone, Death, Activated, LeaveZone, ReachBrick, and Touched.

that makes sense

as far as to my knowledge, the only default events that allow you to access the bot tab are the ones you just described
ie the ones that actually need interaction with a bot as the input

sorry

that makes sense

as far as to my knowledge, the only default events that allow you to access the bot tab are the ones you just described
ie the ones that actually need interaction with a bot as the input

Basically this.

Bots can only be manipulated when the input event has the word "bot" in it.  You can, however, try other methods, such as using onactivate on a brick underneath the bot to toggle the state of an event line which then can use onbottouch to trigger the bot.