Plat PerpetualRaise

From Eternity Wiki
Revision as of 13:20, 10 May 2021 by Printz (talk | contribs) (Created page with "{{LineSpecial|description=Starts a perpetual platform moving periodically between the lowest adjacent plus 8 units and highest adjacent neighbor floor. |usage='''Plat_Perpetua...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Description

This is a parameterized linedef special.

Starts a perpetual platform moving periodically between the lowest adjacent plus 8 units and highest adjacent neighbor floor.

Usage

Plat_PerpetualRaise(tag, speed, delay)

Parameters

  • tag: tag of sectors to trigger. If 0, it will trigger the sector behind the line.
  • speed: speed to move tagged sectors by, in eighths of units (e.g. 16 is equivalent to standard Doom door speed).
  • delay: delay in tics until the sector returns to its initial state (in classic Doom, 105 is for a lift and 150 is for a door).

Examples

No examples given.

Notes

This is not like the classic Doom special, and inherits the Hexen one. To act like Doom, use Plat_PerpetualRaiseLip with a lip of 0 units.

The starting direction is decided randomly.

The linedef special identification is 60 (UDMF) or 410 (ExtraData).

See also