RichyG 10 Posted July 4, 2009 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
imutep 0 Posted July 4, 2009 Your first try works with... {_x setunitpos "up"} foreach thislist; Share this post Link to post Share on other sites