A_FatRaise

From ZDoom Wiki
Jump to navigation Jump to search

A_FatRaise

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


(no parameters)

Plays the sound "fatso/raiseguns" and calls A_FaceTarget.

Examples

This example is taken from Doom's Mancubus.

  Missile:
    FATT G 20 A_FatRaise
    FATT H 10 bright A_FatAttack1  // See FatShot
    FATT IG 5 A_FaceTarget
    FATT H 10 bright A_FatAttack2
    FATT IG 5 A_FaceTarget
    FATT H 10 bright A_FatAttack3
    FATT IG 5 A_FaceTarget
    goto See