Hey, I'm having a problem with conditions. As far as I know, its possible to define something like
thatcondition = true/false in a script... well anyway the point is that I have a trigger that I don't need to be activated unless another script has activated. I just thought that writting
mycondition = false in init.sqs and in the triggers condition field writting
mycondition = true. And in the second script there is
mycondition = true, so when that script is activated, it's possible to activate the trigger... Im quite new with conditions and my technique just looked too simple to work,
Please help
Thanks