loopdk 92 Posted May 4, 2015 hey guys... I am redoing my traning camp, i got a shooting range with som pop op targets.. I control them by triggers... Radio alpha , radio bravo and so on.... I wout like to have them on the lap top insted.... Some suggestions ?? Share this post Link to post Share on other sites
killzone_kid 1333 Posted May 4, 2015 Cannot be more simple. Create any trigger, doesn't have to be radio trigger. in Condition put trigger1active in onAct put hint "thigger 1 activated" in laptop init field put [color="#FF8040"]trigger1active [color="#8B3E2F"][b]=[/b][/color] [color="#000000"]false[/color][color="#8B3E2F"][b];[/b][/color] this [color="#191970"][b]addAction[/b][/color] [color="#8B3E2F"][b][[/b][/color][color="#7A7A7A"]"Activate trigger 1"[/color][color="#8B3E2F"][b],[/b][/color] [color="#8B3E2F"][b]{[/b][/color]trigger1active [color="#8B3E2F"][b]=[/b][/color] [color="#000000"]true[/color][color="#8B3E2F"][b]}[/b][/color][color="#8B3E2F"][b]][/b][/color][color="#8B3E2F"][b];[/b][/color][/color] Made with KK's SQF to BBCode Converter Done Share this post Link to post Share on other sites
loopdk 92 Posted May 4, 2015 Almost to easy. TNX SIR Share this post Link to post Share on other sites
NyteMyre 87 Posted October 4, 2018 trigger1active = false; this addAction ["Activate trigger 1", {trigger1active = true}]; -edit- Oops, didn't meant to reply to this, just to copy the bb code that was unusable Share this post Link to post Share on other sites