Linedef type 489
Jump to navigation
Jump to search
Linedef type 489, PolyObject – Turn Invisible, Intangible, is a type of linedef executor which, when triggered, makes a specified PolyObject turn invisible and intangible. The PolyObject will also be unable to use sector specials.
Setup
This linedef should be given a tag corresponding to the ID of the wanted PolyObject. If Flag [6] / Not Climbable is checked, the PolyObject will turn invisible but stay tangible (if not already intangible).
|
Sample
- Example file: ex_ld489_polyobject_turninvisibleintangible.wad (MAP01)
- Stepping on the blue sector will make the PolyObject invisible and intangible. Stepping on the red sector will make it visible and tangible. Stepping on the yellow sector will make it invisible, but unless it's already intangible, it will stay tangible. Stepping on the green sector will make it visible, but unless it's already tangible, it will stay intangible.
How to use |
---|
|