Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
ArmA - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
) »
need help setting a trigger condition
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: need help setting a trigger condition (Read 1245 times)
0 Members and 2 Guests are viewing this topic.
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"
Logged
bardosy
Honoured Contributor
campaign designer
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
Logged
Fix bayonet!
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
ArmA - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
) »
need help setting a trigger condition
Top of page