Author Topic: How to command bots?  (Read 1451 times)

For example, kill/follow you.

The following thing is an addon, can't remember where it is but you could probably search it.

I think you'd have to use the wrench for that (events).

I think you'd have to use the wrench for that (events).

What to do in events?

What to do in events?

It's like an easy way of scripting without having to type in messy code. You can do just about anything with events, really.

It's like an easy way of scripting without having to type in messy code. You can do just about anything with events, really.

I know that, but I meant what to do with the bots in events?
What to put in there?

It's like an easy way of scripting without having to type in messy code. You can do just about anything with events, really.
He meant what to do in events for it.

The bots will already want to kill you in a minigame.
If you want to know how to do it on a bot that doesn't do that:
onBotSpawn > Bot > setTeam > Enemy
But if you want them to fight eachother too:
onBotSpawn > Bot > setTeam > Mercenary
You can probably figure out the rest of the teams yourself.
The following thing is an addon, can't remember where it is but you could probably search it.

The following thing is an addon, can't remember where it is but you could probably search it.
There was an old add-on that was buggy. But a new version of bot events has been default for a while now

Also what do you mean "the following thing?" Nothing was following what you said

Also what do you mean "the following thing?" Nothing was following what you said
follow you.

He meant what to do in events for it.

The bots will already want to kill you in a minigame.
If you want to know how to do it on a bot that doesn't do that:
onBotSpawn > Bot > setTeam > Enemy
But if you want them to fight eachother too:
onBotSpawn > Bot > setTeam > Mercenary
You can probably figure out the rest of the teams yourself.
Thanks, this helped, locking.....