Linedef type 301, Trigger Linedef Executor – Each Time, is a type of linedef executor trigger which activates any linedef executor in the control sector once for each time a player activates a tagged trigger sector.
Setup
If Flag [14] / Bouncy Wall is checked, the trigger will activate once for each time a player enters or exits the trigger sector.
Linedef special info
|
|
Linedef flags
|
[14] Bouncy Wall: Trigger is activated once per entry or exit from the trigger sector.
|
|
Sample
- Example file: ex_ld301_trigger_eachtime.wad (MAP01)
Every time the player touches the floor with the GFZFLR01
flat, they will receive 100 points.
How to use |
---|
- You may load this file into your favorite map editor, such as Zone Builder. Select
MAP01 as the map to load.
- You may also load this file in the game:
- Save
ex_ld301_trigger_eachtime.wad into the addons folder of your SRB2 directory.
- Start SRB2, go to the Addons menu, and then select
ex_ld301_trigger_eachtime.wad .
- Start the game in Single Player mode.
- Press the Console button (
~ ), and type in the command MAP MAP01 to access the example map.
- When you load this file in the game, it replaces Greenflower Zone Act 1.
|