Linedef type 490
Jump to navigation
Jump to search
Linedef type 490, PolyObject – Turn Visible, Tangible, is a type of linedef executor which, when triggered, makes a specified PolyObject turn visible and tangible, thus reversing the effect of linedef type 489. The PolyObject will also be able to use sector specials again, if linedef type 489 had removed the ability to do so.
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 visible but stay intangible (unless already tangible).
|
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 |
---|
|