A_KeenDie

From ZDoom Wiki
Jump to navigation Jump to search

A_KeenDie [(int tag)]

DoomWiki.org
For more information on this article, visit the A_KeenDie page on the Doom Wiki.


Checks whether all actors of the calling actor's type are dead and if so opens all doors with the tag 666.

If tag is specified, it will be used in place of 666.

Examples

This example is taken from Doom's Commander Keen decoration.

 Death:
   KEEN AB	6
   KEEN C	6 A_Scream
   KEEN DEFGH	6
   KEEN I	6 A_NoBlocking
   KEEN J	6
   KEEN K	6 A_KeenDie
   KEEN L   -1
   Stop