Linedef type 409
Jump to navigation
Jump to search
Linedef type 409, Change Tagged Sectors' Tag, is a linedef executor which, when triggered, changes the tag of the tagged sectors. Note that this effect cannot be used to change special effects that are only evaluated once when the map is loaded, such as colormaps or FOFs.
Setup
The new tag number is specified by the linedef's front texture X offset.
|
Sample
- Example file: ex_ld409_changetag.wad (MAP01)
- The raised square sector with the
GFZROCK
flat has a tag of 1, and when touched plays the soundDSITEMUP
and changes its flat toYELFLR
. - Touching the small red square changes the raised sector's tag to 2, which makes it instead play the sound
DSLOSE
and change its flat toREDFLR
. - Touching the small yellow square changes the raised sector's tag back to 1, which restores its original behavior (plays
DSITEMUP
, changes flat toYELFLR
).
How to use |
---|
|