Author Topic: Playertype: Base 100HP | 1 x NoP  (Read 5144 times)

Could you make version with Health: 1xNoP?

I don't know how to do max health based on players yet.

-stuff-

I'm pretty sure it would would be interpreted as "-1."-- string, stop reading number.
So all damage would heal the bot, except for healing events which would damage it.

If you could implement this to Ai we could have something like Borderlands or Killing Floor.

I'm pretty sure it would would be interpreted as "-1."-- string, stop reading number.
So all damage would heal the bot, except for healing events which would damage it.
Oddly enough, we're both wrong.
Code: [Select]
localclientconnection.player.damage(localclientconnection.player, "0 0 0", 10/0, $DamageType::Sword);resulted in 1 damage being dealt.

Oh my god I need this so much