Jump to content
Sign in to follow this  
mordeaniischaos

Make specific player go prone at the start of mission.

Recommended Posts

I would like to have one player start prone in a sniper hide at the beginning of a mission. I have this to make the player go prone:

Waituntil {!isNull player};

waitUntil {player == player};

player switchMove "aidlppnemstpsraswrfldnon0s";

But I want to know how to only make one specific player go prone at the start of the mission, based on the unit they slot in or even just a positional thing, as they will be somewhat separated from the other players at the start of the mission.

Share this post


Link to post
Share on other sites

if you named your units you could just specify that unit only playmove instead of just player. unit4 switchMove "aidlppnemstpsraswrfldnon0s";

Share this post


Link to post
Share on other sites

You can set the unit position to prone mid upright and auto. You put the code command right in unit init box . If you can't find it I will post later for you if you need it. Let me know AVIBIRD.

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  

×