返信先: ARMA3 ミッションエディットスレ

ホーム フォーラム TRI Gaming フォーラム ARMA3 ミッションエディットスレ 返信先: ARMA3 ミッションエディットスレ

#224490
TorpolM
ゲスト

質問です

人質救出ミッションを作っているんですが
トリガー内に特定のユニット(複数,c1~c6)が入った時にミッション終了にしたいと考えています
conditionに

((c1 in thislist) and (c2 in thislist) and (c3 in thislist) and (c4 in thislist) and (c5 in thislist) and (c6 in thislist)) && isserver

([c1,c2,c3,c4,c5,c6] in thislist) && isserver

等試しましたが反応しないのですが
どうすればいいでしょうあk?