Author Topic: Safe area help.  (Read 843 times)

I was just wondering how I could make an area in my level where none of the players could get hurt. But when they left the area they could be hurt again. Basically a safe zone.

Use zones so that when the player enters the zone it changes their datablock to the invincible player.

DisableDamage could help you.
Just event it like this:
  • Delay 0 - OnPlayerTouch - Player - DisableDamage - Check
  • Delay 50 - OnPlayerTouch - Player- DisableDamage - No Check
Link

DisableDamage could help you.
Just event it like this:
  • Delay 0 - OnPlayerTouch - Player - DisableDamage - Check
  • Delay 50 - OnPlayerTouch - Player- DisableDamage - No Check
Link

Thanks I'll try it!  :cookieMonster: