Jump to content
Sign in to follow this  
mikemike664

arma 2 oa script help

Recommended Posts

i am makeing a mission and i wanted to know if thier is a script to start the mission with me draging a wounded solider. i have ace mod and the slx mod just leting you know. thank you

Share this post


Link to post
Share on other sites

Got this from Clayman in this thread:

http://forums.bistudio.com/showthread.php?t=96434&highlight=drag&page=2

_dragger switchMove "AcinPknlMwlkSnonWnonDb";

_injured switchMove "AinjPpneMstpSnonWrflDb";

_injured attachTo [_dragger, [0, 1.2, 0]];

_injured setDir 180;

edit: You might need to getDir player to make sure the injured is facing the right way?

Do a detach to drop them?

Info here:

Animation viewer for finding the correct animations to use:

http://www.armaholic.com/page.php?id=10941

Many animations don't work in the unit / player init line. If not, use a waypoint, trigger or script.

Edited by PELHAM

Share this post


Link to post
Share on other sites

§22) Use descriptive thread titles

If you start a new thread, please make sure your thread title explains what you want without forcing people to read through your post first. Thread titles such as "How in the world do I...", "Need help!" or "Will we ever see..." are anything but descriptive. We do not allow these kind of titles and threads with such titles are subject to be closed.

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  

×