Linedef type 303
Linedef type 303, Ring Count – Continuous, is a type of linedef executor trigger which activates any linedef executor in the control sector when a player with a specified amount of rings activates a tagged trigger sector. The linedef executor will keep being triggered over and over again as long as a player is there.
Setup
The amount of rings an activating player is required to have to trigger this effect is determined by the length of the control linedef. Without any linedef flags, the number of rings must be exactly equal to the length of the control linedef. If Flag [1] / Block Enemies is checked, the required number of rings must be greater than or equal to the length of the control linedef. If Flag [6] / Not Climbable is checked, the required number of rings must be less than or equal to the length of the control linedef. If Flag [9] / Solid Midtexture / Effect 4 is checked, the linedef will consider the ring count of every player, rather than the ring count of the activating player.
|
Sample
- Example file: ex_ld303_trigger_ringcountcontinuous.wad (MAP01)
- If the player has 4 rings and steps on the platform with the "4" symbol, their score will continuously increase until they leave the sector.
How to use |
---|
|