Author Topic: Extended Bot Events  (Read 790 times)

The 'Bot' tab in events is only accessible through onBotSpawn, onBotDeath, onBotActivated, etc. etc., and I don't think that was the best thing to do. I can't access the bots tab from another brick; I can't just, say, click a button and make a bot have increased velocity. I can't add or remove health from the bot.

I think a perfectly good way of going around this problem would be making bot hole bricks be able to access the 'Bot' tab through onRelay. Instead of just showing Self, Named Brick, Player, Client and Minigame, why not add Bot?

I'm pretty sure relays only have self and named brick targets
and it might be more correct to add the events to the self target, instead of changing the targets of onrelay

I feel like someone updated onrelay to have everything except bot.  I know that there was a lesser-known substitute for relays called Sub Events which has all subjects, except bot.  Shouldn't be too hard to add a bot subject to relays.

I feel like someone updated onrelay to have everything except bot.  I know that there was a lesser-known substitute for relays called Sub Events which has all subjects, except bot.  Shouldn't be too hard to add a bot subject to relays.
You think you could do that? If not you, anyone else here?