HealChase

From Eternity Wiki
Jump to navigationJump to search

Description

Generic, parameterized version of VileChase.

Usage

A_HealChase(state, sound)

Parameters

  • state: state to jump to when resurrecting a corpse. If none given, the action will fail.
  • sound: sound to play. If none given, it will be silent.

Examples

No examples given.

Notes

Unlike VileChase, this one will not use the "Heal" state or the Doom 2 archvile default heal state, but only the one you provide in the parameter. Also, the sound will not default to "slop".

See also