Yeah, how in a trigger can you detect more than 1 ppl are dead,
for instance
not (alive man1) On Activation: [player, this] exec "body.sqs"But I want a trigger that will exec when 2 units have been eliminated
not (alive man1);not (alive man2) But this comes up with an error
HELP!!!