Home   Help Search Login Register  

Author Topic: Kill em' all!!!!  (Read 505 times)

0 Members and 1 Guest are viewing this topic.

Yippyfn

  • Guest
Kill em' all!!!!
« on: 14 Apr 2003, 12:04:10 »
In a mission I'm doing, you have to kill five people to end it. I tried putting in the end mission trigger condition field "not alive guy1; not alive guy2; not alive guy3; not alive guy4; not alive guy5" but it says some error message like "type nothing, expected bool" or "stringtable error". Can anyone help me?

Offline Artak

  • The old beanbag shaker
  • Former Staff
  • ****
  • You want to talk about it, yes?
    • OFP Team Finlanders
Re:Kill em' all!!!!
« Reply #1 on: 14 Apr 2003, 12:14:35 »
the correct syntax would be

not (alive unit1) and not (alive unit2) and not (alive unit3) and not (alive unit4) and not (alive unit5)
Not all is lost.