Author Topic: How to Make Bots Respawn  (Read 580 times)

I'm trying to make a thing where when you click this brick, bots will spawn. But I want these bots to not respawn once killed. So I did that, but I want that brick I used the bots to spawn in the first place to respawn the dead bots. How do you do that?

Event_UnSpawnHoleBot might help, you could use it to do something like this:
onBotDeath > Bot > unSpawnHoleBot

couldn't you just do onbotdeath > self > setbottype > none?

nvm I didn't think setbottype existed until I checked the "Self" target.
unSpawnHoleBot would be useful though if you have bots of different types