Home   Help Search Login Register  

Author Topic: need help setting a trigger condition  (Read 1244 times)

0 Members and 1 Guest are viewing this topic.

Offline BensTooCool

  • Members
  • *
need help setting a trigger condition
« on: 28 Mar 2007, 23:56:39 »
I'm trying to set a trigger that will activate when anyone 1 of 3 variables are true, I tried putting this in the condition field: "obj0 or obj1 or obj2" but this just has the same effect as using "obj0 and obj1 and obj2"

Offline bardosy

  • Honoured Contributor
  • ***
  • campaign designer
    • CartooDiv
Re: need help setting a trigger condition
« Reply #1 on: 29 Mar 2007, 09:10:37 »
Try to init these variables to false first!!!

Use init.sqs:
obj1 = false
obj2 = false
obj3 = false


and later you can use   obj1 or obj2 or obj3

Fix bayonet!