Jump to content
Sign in to follow this  
loopdk

want a trigger to add action....radio triggers

Recommended Posts

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

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

Almost to easy.

TNX SIR

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×