Author Topic: Playertype invincibility?  (Read 856 times)

Just wondering, what's the most efficient way to make a player (or AIplayer) invincible?

there's a field in the datablock definition for being invincible

i think it's invincible or isinvincible

there's a field in the datablock definition for being invincible

i think it's invincible or isinvincible
Second one.

Ok, I was wondering about that. Makes it easy, doesn't it? Thanks both of you!

Do note that that flag also prevents Self Delete. Depending on how you intend to use this, you may want to script your way around that. You can see that done in this mod: http://forum.returntoblockland.com/dlm/viewFile.php?id=288

Do note that that flag also prevents Self Delete. Depending on how you intend to use this, you may want to script your way around that. You can see that done in this mod: http://forum.returntoblockland.com/dlm/viewFile.php?id=288
Thanks, but it's ok, it's unlikely that the playertype will be used by a player much (if at all). It's for SCP-106 and SCP-096 on The Brighter Dark's server.