A_BspiAttack

From ZDoom Wiki
Revision as of 14:52, 18 March 2020 by Gez (talk | contribs) (underscore)
(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_BspiAttack page on the Doom Wiki.

A_BspiAttack

(no parameters)


The attack of Doom's Arachnotron. This shoots an ArachnotronPlasma missile.

Examples

This example is taken straight from Doom's Arachnotron.

 Missile:
   BSPI A 20 bright A_FaceTarget
   BSPI G 4 bright A_BspiAttack    // See ArachnotronPlasma
   BSPI H 4 bright
   BSPI H 1 bright A_SpidRefire
   goto Missile+1