Advanced Search

Author Topic: sector damage - instant damage?  (Read 2080 times)

0 Members and 1 Guest are viewing this topic.

March 01, 2011, 06:41:55 PM
Read 2080 times

Offline Audiophile

  • Standard Member
  • Date Registered: February 23, 2011, 02:25:11 AM

    • View Profile
sector damage - instant damage?
« on: March 01, 2011, 06:41:55 PM »
having a bit of trouble with a particular trap I'm working on. I have spike pits set up around the map that, when walked over, rise up and damage the player.

the problem I'm encountering is, if you move out of the sector quick enough, you will not take any damage. I've tried to counter this by increasing the friction for said sectors, but to no avail.

Is there a way to make it so a player will take damage the instant they enter the sector?

March 01, 2011, 06:56:33 PM
Reply #1

Offline Ivory

  • MM8BDM Extender
  • *********
  • Date Registered: August 25, 2009, 08:17:59 AM

    • View Profile
    • http://www.cutstuff.net/
Re: sector damage - instant damage?
« Reply #1 on: March 01, 2011, 06:56:33 PM »
Yes it is possible, but if they take damage instantly when they enter the sector, then the point of a spike floor is pointless. They would take damage just by jumping over it.

March 01, 2011, 06:59:49 PM
Reply #2

Offline Audiophile

  • Standard Member
  • Date Registered: February 23, 2011, 02:25:11 AM

    • View Profile
Re: sector damage - instant damage?
« Reply #2 on: March 01, 2011, 06:59:49 PM »
very well, then is there a way to make them take damage instantly as soon as they hit the floor of that sector.

March 01, 2011, 07:04:37 PM
Reply #3

Offline Ivory

  • MM8BDM Extender
  • *********
  • Date Registered: August 25, 2009, 08:17:59 AM

    • View Profile
    • http://www.cutstuff.net/
Re: sector damage - instant damage?
« Reply #3 on: March 01, 2011, 07:04:37 PM »
Have you tried the actor hits floor thing and a damaging script?

March 01, 2011, 07:10:05 PM
Reply #4

Offline Audiophile

  • Standard Member
  • Date Registered: February 23, 2011, 02:25:11 AM

    • View Profile
Re: sector damage - instant damage?
« Reply #4 on: March 01, 2011, 07:10:05 PM »
Quote from: "Ivory"
Have you tried the actor hits floor thing and a damaging script?

I am using an actor hits floor thing, but as opposed to a script, I'm using the things internal action "214 sector damage"

March 01, 2011, 07:30:57 PM
Reply #5

Offline Audiophile

  • Standard Member
  • Date Registered: February 23, 2011, 02:25:11 AM

    • View Profile
Re: sector damage - instant damage?
« Reply #5 on: March 01, 2011, 07:30:57 PM »
Thanks ivory, your mentioning of damaging scripts made me look at other damage types.

Using "74 Damage Thing" seems to have done the trick. Again, thanks for not telling me outright. You learn more effectively by figuring things out yourself eh?