A_SargAttack

From ZDoom Wiki
Revision as of 15:31, 18 March 2020 by Gez (talk | contribs) (doomwiki link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
DoomWiki.org
For more information on this article, visit the A_SargAttack page on the Doom Wiki.

A_SargAttack

(no parameters)


The attack of Doom's Demon. This performs a melee attack with a base damage of 4 multiplied by a random value between 1 and 10.

Examples

This example is taken straight from Doom's Demon.

 Melee:
   SARG EF 8 A_FaceTarget
   SARG G 8 A_SargAttack
   goto See