Author Topic: invincible default bots?  (Read 881 times)

is there a way to make the DEFAULT bots immune to all kinds of damage?
with events and such?

I don't think there is a way to do this by default, but an event could be made.


Get the Invincible Player type and do these events to the bot spawn
OnBotSpawn>Bot>ChangeDataBlock>InvinciblePlayer

Get the Invincible Player type and do these events to the bot spawn
OnBotSpawn>Bot>ChangeDataBlock>InvinciblePlayer
The setInvincible event is more efficient because it doesn't change the datablock of the player/bot, it simply runs a check to see if the player or bot can be damaged.