A_BabyMetal

From ZDoom Wiki
Jump to navigation Jump to search

A_BabyMetal

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


(no parameters)


Plays the sound "baby/walk" and calls A_Chase.

Examples

This example is taken from Doom's Arachnotron

 See:
   BSPI A 20
   BSPI A 3 A_BabyMetal
   BSPI ABBCC 3 A_Chase
   BSPI D 3 A_BabyMetal
   BSPI DEEFF 3 A_Chase
   goto See+1