Linedef type 449
Linedef type 449, Enable Bosses with Parameter, is a type of linedef executor which, when triggered, enables or disables certain bosses in the map. Disabled bosses do not move and do not interact with players.
Setup
The tag given to this linedef is irrelevant. The control linedef's front X offset determines the boss ID, which should be a value between 0 and 15. All boss Things in the map whose Parameter value equals this boss ID are enabled when this linedef executor is triggered. If Flag [6] / Not Climbable is set, they are disabled instead.
By default, all bosses in the map are enabled on map load. However, if an instance of this linedef type exists in the map whose Not Climbable flag is not set, all bosses with the corresponding boss ID are disabled on map load.
|
Sample
- Example file: ex_ld449_enablebosses.wad (MAP01)
- Upon walking on the raised floor, the Egg Mobile on the left will be activated and the one on the right deactivated.
How to use |
---|
|