Linedef type 464
Linedef type 464, Trigger Egg Capsule, is a type of linedef executor which, when triggered, spawns flickies from the tagged Egg Capsule Center and ends the level. This is typically done as part of a level ending sequence that involves raising and opening an Egg Capsule. However, this linedef type does not open the capsule – additional linedef executors are needed for that. See Egg Capsule tutorial for an explanation of how to set up a fully functional Egg Capsule.
Setup
The tag of the control linedef should be equal to the Angle value of Egg Capsule Center Thing. If Flag [6] / Not Climbable is set, the flickies are spawned, but the level is not ended. To end the level without spawning any flickies, simply use a tag that does not match the Angle value of any Egg Capsule Center Thing (or don't place one at all).
|
Sample
- Example file: Ex_ld464_triggereggcapsule.wad (MAP01)
How to use |
---|
|