Difference between revisions of "A MonsterRefire"

From ECWolf Wiki
(Created page with "'''A_MonsterRefire''' (int ''chance'', state ''abort'') Calls A_FaceTarget and has a chance (0-256) of continuing while the target is visible. If the chance fails the act...")
 
(No difference)

Latest revision as of 15:40, 1 October 2012

A_MonsterRefire (int chance, state abort)

Calls A_FaceTarget and has a chance (0-256) of continuing while the target is visible. If the chance fails the actor will jump to the specified abort state.