Hello gents,
I have recently started getting into arma 3 mission making and was wondering how I can make a trigger trigger another trigger (jeez what a sentence).
I am aware that you should be able to do it via variables by giving Trigger1 (the first trigger) lets say _TriggerGo = 1 and then putting _TriggerGo = 1 into the condition for trigger2 (the second trigger).
Yet I must have done something wrong. Do have to put the variable somewhere into the mission files, maybe the init.sqf?
I only really know Python so I am still trying to figure out how to work with .SQF files.
Thanks for the help in advance.