Author Topic: Making bots disappear?  (Read 900 times)

I am doing something with one of my maps, and it involves spawning and removing a bot. How do I use events to make a bot disappear. I know how to make it reappear. But I don't know how to make the bot disappear. The repsawn time can't go to -1, and I can't edit the spawn time with events. If there is an addon for this, please link. Or if you know how to do it with regular events, please tell me.

To disappear
onWhatever > Self > setBotType > None

To reappear
onWhatever > Self > setBotType > [the bot you were using]

To disappear
onWhatever > Self > setBotType > None

To reappear
onWhatever > Self > setBotType > [the bot you were using]

OMG THANK YOU SOOO MUCH. For some reason it didn't work before though? Meh.

Wait it does not work with onBotspawn