A_BspiAttack

From ZDoom Wiki
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