Jump to content
Sign in to follow this  
Purzel

Radio Alpha should be visible only when condition XY is met...

Recommended Posts

Hi there,

I´ve no clue, how to disable a Radio-Alpha-trigger until a certain condition is met.

I want to get the Exfil-chopper via Radio Alpha, but it should only appear, when my targets are eliminated.

I need this for a MP-mission.

My trigger for the target-is-dead-condition is a switch-type:

condition:

!(alive Target1) and !(alive Target2) and !(alive Target3)

on activation:

Hint "Call a chopper for exfil"; and here should be the Radio Alpha trigger created (I guess!?).

But how?

Radio Alpha should have "Heli setfuel 1" on activation.

I dont know how to realize this.

Thanks for your help.

Greetz Purzel

Share this post


Link to post
Share on other sites

set your radio trigger as normal

then in some other script or init box use

1 setRadioMsg "Null"

then when you want to enable it use

1 setRadioMsg "Alpha Radio"

  • Thanks 1

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  

×