Jump to content
Sign in to follow this  
RichyG

command for everyone in an area

Recommended Posts

I'm trying to get everyone in a list trigger to only stand up when they're in the area. I've done it before on ARMA but it was ages ago. I've got something similar to work recently but this doesnt seem to trigger at all right now...

{_x setunitpos "up"} foreach units thislist

^^ that doesn't doesn't trigger at all, I even put a hint in there to see if the trigger activates and it doesnt show. However, if I type...

{_x setunitpos "up"} foreach units group opfor_group1

it triggers and they all only stand up.

Thanks in advance.

Share this post


Link to post
Share on other sites

Your first try works with...

{_x setunitpos "up"} foreach thislist;

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  

×