Floor RaiseToHighest

From Eternity Wiki
Revision as of 01:39, 25 July 2019 by Printz (talk | contribs) (Created page with "24:'''Floor_RaiseToHighest'''(''tag'', ''speed'', ''change'', ''crush'') Raises tagged floors to their highest adjacent neighbours. ''Speed'' is number of map unit eighths pe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

24:Floor_RaiseToHighest(tag, speed, change, crush)

Raises tagged floors to their highest adjacent neighbours. Speed is number of map unit eighths per tic, and for classic Doom floors it should be 8. Change sets whether to change floor texture and sector type upon raising the floor (see Floor_LowerByValue for details). Crush is optional damage inflicted on blocking things.

Similar to the Boom 'fixed' behaviour, such floors, if crushing, will stop movement while dealing damage.

Note that under vanilla Hexen this special acts unexpectedly: it raises the floor to the lowest neighbour ceiling. But in any other game modes this special will act as advertised.

See also