Jump to content

Sign in to follow this  
A-SUICIDAL

Animation name for healing at tent/vehicle?

Recommended Posts

Does anybody know the animation name for healing at a field hospital or medical vehicle?

Not "AinvPknlMstpSlayWrflDnon_medic", but the animation where the player crouches and bows forward.

I can't find it anywhere.

Share this post


Link to post
Share on other sites

hard to say for sure but it should be easy to find just use a radio trigger and in on act

hint str animationState player;copytoclipboard str animationState player

I get "ainvpknlmstpslaywrfldnon_healed2"

Share this post


Link to post
Share on other sites

I usually use this.

player playActionNow "Medic";

Takes like 8-10 seconds to perform.

Share this post


Link to post
Share on other sites

That did the trick F2k Sel. That's the animation I was looking for. That's a pretty slick way to find it too.

Thank you too cuel. I think the "Medic" action is the same as what I was using "ainvpknlmstpslaywrfldnon_medic", except I used to cut the animation duration shorter by using:

_unit switchMove "ainvpknlmstpslaywrfldnon_medic";
sleep 5;
_unit switchMove "amovpknlmstpsraswrfldnon_gear";

after 5 seconds into the medic action it would instantly switch the player to a crouched position with gun raised.

I'll be using "ainvpknlmstpslaywrfldnon_healed2" from now on since it's quick and it keeps the players head down, but mostly because I want the heal script to stay consistent with the field hospital and med tent animations. I will still use my other method for repairing vehicles.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×