Linedef type 314
Linedef type 314, Number of Pushables – Continuous, is a type of linedef executor trigger which activates any linedef executor in the control sector when a specified number of pushable Objects, such as gargoyles, activate a tagged trigger sector. The linedef executor will keep being triggered over and over again as long as the pushable Objects are there. Unless the sector trigger is Trigger Linedef Executor (Pushable Objects), the player is required to activate the trigger sector as well.
Setup
The number of pushables required to trigger is determined by the length of the control linedef. Without flags, the exact number of Objects specified must be in the sector for the executor to run. If Flag [6] / Not Climbable is checked, the executor will trigger if the number of Objects is greater than or equal to the length of the control linedef. If Flag [9] / Solid Midtexture / Effect 4 is checked, the executor will trigger if the number of Objects is less than the length of the control linedef.
|
Sample
- Example file: ex_ld314_trigger_numberofpushablescontinuous.wad (MAP01)
- The floor of the sector with the
GFZFLR01
flat will rise continuously as long as all five gargoyles are on it.
How to use |
---|
|