Scud 0 Posted May 6, 2004 Quote[/b] ]?(fuel vehicle _vehicle <=0) :cmd="EJECT"; "_x action [cmd,_vehicle]" foreach units _vehicle I have this line in sqs file and as it reads it ejects (AI) occupants of plane when fueltanks are empty. Works good but it also ejects pilots from other planes if flying same model in same mission. ? Is there a way round this. Share this post Link to post Share on other sites
vektorboson 8 Posted May 6, 2004 Use foreach crew _vehicle instead of ... units .... Units always returns all units from a group, therefore everyone in the group ejects from his vehicle. Share this post Link to post Share on other sites