Linedef type 315
Linedef type 315, Number of Pushables – Once, 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. This linedef executor will only trigger once, and cannot be triggered again until the level is reloaded. 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_ld315_trigger_numberofpushablesonce.wad (MAP01)
How to use |
---|
|