Ok so i have 2 triggers, alpha and bravo, and the player. The player can only activate alpha if bravo has been activated. I have in my init.sqs
alk = false
and in bravo trigger i have
alk = true
and in alphas CONDITION field i have
alk = true
I heard that this what your supposed to do somewhere, and i dont' know what i'm doing wrong. Can someone please help me? I've been struggling with this variable thing for a while now. Thanks!