Quick question: when I am hurt my PlayerStatusHealthBonusImage (the red cross) only flashes once and then stops looping. Its a really common thing I know, but I'd be happy to hear if someone is willing to help.
Here's how it is in my animations file:
event HudHealthDyingPulse
{
Animate PlayerStatusHealthValue FgColor "255 255 0 255" Linear 0.0 0.25
Animate PlayerStatusHealthBonusImage Alpha "0" Linear 0.0 0.2
Animate PlayerStatusHealthBonusImage Alpha "255" Linear 0.2 0.2
RunEvent HudHealthDyingPulseLoop 0.4
}
event HudHealthDyingPulseStop
{
Animate PlayerStatusHealthValue FgColor "255 255 255 255" Linear 0.0 0.0
StopEvent HudHealthDyingPulse 0.0
StopEvent HudHealthDyingPulseLoop 0.0
}