Jump to content
Sign in to follow this  
21bcharlie

need help for making a mission "radio in for attack to begin"

Recommended Posts

Im making a mission where you recon an area and call artillery to weaken the enemy defenses. I want to make it so you can radio in once the defenses are knocked out for the attack to begin. the units will already be placed on the map and arent spawned. How can i do this?

Also when i use the virtual artillery module secop keeps bugging me with missions how can i turn this off. Ive tried before but it freezes my game.

Share this post


Link to post
Share on other sites

try putting this in the init of the secop module

this setVariable ["settings", [[], true, nil, nil, false]];

as for the radio thing:

1st create a trigger: on activation radio Alpha

in the "text field" type start attack or something.

Now you need to syncronize (f5) the trigger with the last waypoint (for each group) where you want them to wait for the attack.

Soon as you use the radio ingame, the groups move to the next wp.

(they wait at the waypoint you syncronized until you use the radio)

Edited by dematti

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  

×