meisanam
Not sure what your trying to do here? Create a hud to display
a variable? If your just trying to get the player's character
to animate being shot, this is what I used...
:state=1,plrhealthless=400:setframe=11,state=2
:state=2:incframe=11
:state=2,frameatend=11:setframe=13,etimerstart,state=3
:state=3,etimergreater=3000:state=4
:state=4:incframe=13
:state=4,frameatend=13:state=0
I just stuck this at bottom of S812 third person script. Used a stock WW2 character. Note: this script will loop. You'll have
to figure out how to get back to a usable "state".
Takes a lot of trail and error.
Quote: ":plrhealthless=0:animate=81 "
Note: player is already dead if player health is less
than "0"zero. Also using "animate=81" like this
will probably just loop over and over.
best
My games never have bugs. They just develop random features..