Author Topic: I need help with the bots on my game... [again]  (Read 604 times)

I can't seem to change the health of them whenever they spawn, only the scale, and speed. I can't change health or damage by using |OnBotSpawn|>|Bot|>|SetHealth|-number-. Please help?

Did you try and see how much shots it took to kill him at 100 health. it took me 2 shots, and when I changed it to 10 it took 1.

Feel like the change health event doesn't work. What I do is get some really high health playertype (such as the boss players, can get you link if you need), and then subtract health from them until I get what I want.

The set health event does not change the max health, only the current health.
So if you want a bot with more than 100 health, I would do what Blockhead said, change the datablocks of the bot to a playertype with high health, then use the set health event since the value will be below the max.

Thanks kobble and blockhead! Locking page.