A_SkelMissile

From ZDoom Wiki
Jump to navigation Jump to search

A_

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


(no parameters)


The missile attack of Doom's Revenant. This shoots a RevenantTracer missile. The spawn height for the missile is 8 units higher than the default.

Examples

This example is taken from Doom's Revenant.

 Missile:
   SKEL J 0 bright A_FaceTarget
   SKEL J 10 bright A_FaceTarget
   SKEL K 10 A_SkelMissile         // See RevenantTracer
   SKEL K 10 A_FaceTarget
   goto See