Author Topic: (Event) Target Bots  (Read 589 times)

I need an event that lets you manually make the bot fire the weapon it is holding.
And maybe an Alt_Fire one for the weapons that do things when you right click.

Example:

onBotTouch > Bot > BotFire/BotAlt_Fire


Now we need an event thing where it can do events on the bot of the bothole, so we can do things like relays on the bots.

Example:

(On a different brick)
onActivate > Namedbrick > firerelay

(On the bot hole)
onRelay > Bot > playgesture > Mov_Attack
onRelay > self > firerelay
« Last Edit: April 27, 2013, 12:26:31 PM by gr8dayseth »

Try onBotTouch -> Bot -> PlayGesture -> Mov_Attack

Try onBotTouch -> Bot -> PlayGesture -> Mov_Attack
Oh ok. Thanks Rot.

One more question: How do you make the bots fire rapidly? I tried relays but it doesn't include bots. I also tried onBotTouch on the bot hole, but it only fires about 4 times a second.
« Last Edit: April 27, 2013, 03:49:46 AM by gr8dayseth »

Oh ok. Thanks Rot.

One more question: How do you make the bots fire rapidly? I tried relays but it doesn't include bots. I also tried onBotTouch on the bot hole, but it only fires about 4 times a second.
I've noticed this to. It'd be nice if when you target the bot hole itself rather than the bot, you'd still be able to event the bot. That way you could do things like use relays on them

I've noticed this to. It'd be nice if when you target the bot hole itself rather than the bot, you'd still be able to event the bot. That way you could do things like use relays on them
Yeah, that's a good idea.