Linedef type 304
Linedef type 304, Ring Count – Once, is a type of linedef executor trigger which activates any linedef executor in the control sector when a player activates a tagged trigger sector. Unlike linedef type 303, the linedef executor can only be triggered once, and then will not be triggered again until the map is reloaded.
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 or equal than the length of the control linedef. If Flag [6] / Not Climbable is checked, the required number of rings must be less or equal than 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_ld304_trigger_ringcountonce.wad (MAP01)
- If the player enters the elevated sector with 32 rings, they will receive 100 points. Entering the sector again will not give the player any more points.
How to use |
---|
|