A_BrainDie

From ZDoom Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
DoomWiki.org
For more information on this article, visit the A_BrainDie page on the Doom Wiki.

A_BrainDie

(no parameters)


Exits the level if not in deathmatch mode.

Examples

This example is taken from Doom's Icon of Sin.

  Death:
    BBRN A 100 A_BrainScream
    BBRN AA 10
    BBRN A -1 A_BrainDie
    Stop