Linedef type 404
Linedef type 404, Move Tagged Sector's Ceiling, is a type of linedef executor which, when triggered, starts moving every tagged sector's ceiling until it reaches a specified height.
Setup
The new ceiling height of the target sector or sectors is determined by the ceiling height of the control sector. The speed of the movement is indicated by the length of the linedef; one fracunit of length equals 0.125 fracunits per tic.
If Flag [6] / Not Climbable is checked, the ceiling flat will change after the move to that on the control sector's ceiling, just like what linedef type 401 does.
If Flag [1] / Block Enemies is checked, another linedef executor will run when the ceiling movement is finished. (If multiple sectors finish at different times, it goes by the lowest numbered sector, but you should probably try to avoid this scenario.) The tag of the new linedef executor to run is specified by the front texture X offsets. Note that Flag [6] / Not Climbable will not work if Flag [1] / Block Enemies is checked.
|
Sample
- Example file: ex_ld404_moveceiling.wad (MAP01)
How to use |
---|
|