A_BossDeath

From DoomWiki.org

Despite the fact that they are not considered "bosses", A_BossDeath is also invoked as part of the mancubus death animation. This triggers the walls to lower in MAP07: Dead Simple when all mancubi have been killed, revealing the arachnotrons shown here.

A_BossDeath is a code pointer used in the death animation for the arachnotron, cyberdemon, spiderdemon, mancubus, and baron of Hell.

Uses[edit]

The A_BossDeath code pointer appears in the following states in Doom's state table:

Example[edit]

The following is an example of how to set the A_BossDeath code pointer in a DeHackEd file:

Pointer 21 (Frame 34)
Codep Frame = 700

Or using BEX syntax:

[CODEPTR]
Frame 1234 = BossDeath

External links[edit]