Linedef type 322
Linedef type 322, Trigger After X Calls – Each Time, is a type of linedef executor trigger which activates any linedef executor in the control sector after a player has activated a tagged trigger sector a set number of times. This linedef executor will count only once for every instance a player triggers the sector.
Setup
The front texture X offset determines the number of times to count before triggering any linedef executors.
By default, once this linedef has been triggered enough times to activate linedef executors once, it will stop working afterwards. If Not Climbable is checked, this behavior is changed; for every time linedef executors are triggered, this linedef action's counter will reset, allowing linedef executors to be triggered every time the player has activated the tagged trigger sector the same number of times again. Additionally with this behavior, the front texture Y offset can be used to determine the starting number of times to count set on loading the map; subsequent times will require the trigger sector to be activated the number of times set by the front texture X offset instead.
|
Sample
- Example file: ex_ld322_trigger_afterxcallseachtime.wad (MAP01)
- After touching the floor of the elevated sector three times, the player will be given 100 points.
How to use |
---|
|