GenRefire

From Eternity Wiki
Revision as of 05:27, 27 December 2011 by Printz (talk | contribs) (new article)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

GenRefire is a refire check codepointer -- similar to CPosRefire and SpidRefire, it is used to let a monster go back to the seestate if the target is out of sight. Unlike those, it is customizable.

Usage

GenRefire(statenum, chance)

Parameters

  • statenum: mnemonic of frame to jump to when out of sight.
  • chance: chance out of 256 that the monster will continue firing even if out of sight.

Notes

This codepointer includes a call to FaceTarget. Also, if the actor is FRIEND and has similar fellows in the line of fire, it will switch to statenum without checking for chance.

See also