Door Raise: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "12:'''Door_Raise'''(''tag'', ''speed'', ''delay'', ''lighttag'') Opens a door which closes after a given delay. ==Arguments== *''tag'': tag of sectors whose doors will open....")
(No difference)

Revision as of 04:31, 1 May 2018

12:Door_Raise(tag, speed, delay, lighttag)

Opens a door which closes after a given delay.

Arguments

  • tag: tag of sectors whose doors will open. 0 means the sector behind the trigger line.
  • speed: movement speed. 16 is like Doom's classic doors, 64 is like the turbo doors.
  • delay: time in tics since the door is fully open until it starts closing. 150 is the time for Doom's doors.
  • lighttag: optional tag of sector to light up or darken as the door moves.

Remarks

Use this special if you want to use Doom's classic doors. A door with tag 0 and "player uses" activation can be retriggered (i.e. closed and opened any times user wishes), being equivalent to a classic Doom DR/D1 door. Otherwise it will act like a remotely switched door.

Lighttag sectors will be lit between their minimum neighbour and maximum neighbour levels.

See also