A_FatRaise

From ZDoom Wiki
Revision as of 14:54, 18 March 2020 by Gez (talk | contribs) (underscore)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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