Linedef type 460
Jump to navigation
Jump to search
Linedef type 460, Award Rings, is a type of linedef executor which, when triggered, adds or subtracts from the ring count of the player who activates it.
Setup
The tag given to this linedef is irrelevant. The amount of rings to add to the player's ring count is specified by the front texture X offset of the control linedef. The offset can be negative; in this case, rings will be subtracted from the player's ring count instead (down to the minimum of 0). If the front texture Y offset is not 0, rings are only awarded if the current tic is divisible by the Y offset. When combined with a Continuous trigger, this is useful for awarding rings periodically, but not in every tic.
|
Sample
- Example file: Ex_ld460_awardrings.wad (MAP01)
How to use |
---|
|