JumpIfHealthBelow
From Eternity Wiki
Jump to navigationJump to search
Description
Jump to a state if caller's health is below the specified threshold.
Usage
A_JumpIfHealthBelow(state, health)
Parameters
- state: frame to jump to
- health: only jump if below this health
Examples
No examples given.
Notes
The health comparison is strict (<).