A_CHolyCheckScream

From ZDoom Wiki
Revision as of 22:07, 5 May 2012 by Blzut3 (talk | contribs) (Created page with "{{Codepointer|r=Hexen}} '''A_CHolyCheckScream'''<br> (''no parameter'')<br> Calls A_CHolySeek and has a 5/64 chance of playing the sound "SpiritActive" on the Voice chann...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_CHolyCheckScream
(no parameter)

Calls A_CHolySeek and has a 5/64 chance of playing the sound "SpiritActive" on the Voice channel. If the calling actor does not have a tracer target it will search the blockmap for a nearby target. Should a target be aquired, the NOCLIP and SKULLFLY flags are set and the MISSILE flag is unset.

This codepointer is restricted to HolySpirit and derived classes.