A_IceGuyChase

From ZDoom Wiki
Revision as of 04:27, 7 May 2012 by Blzut3 (talk | contribs) (Created page with "{{codepointer|r=Hexen}} '''A_IceGuyChase'''<br> (''no parameter'')<br> Calls A_Chase and has a 50% chance of spawning either a {{Class|IceGuyWisp1}} or {{Class|IceGuyWisp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_IceGuyChase
(no parameter)

Calls A_Chase and has a 50% chance of spawning either a IceGuyWisp1 or IceGuyWisp2 somewhere within the radius of the calling actor 60 map units above the calling actor's feet. The spawned actor will have the calling actor's velocity transferred to it.

This codepointer is restricted to IceGuy and derived classes.