Jump to content
Sign in to follow this  
6thStorm

Radio Trouble

Recommended Posts

I dont really know what im doing wrong although i have never made Radioes myself before. I searched a lot of places and came to this solution:

Put a man and gave him 2 waypoints. 1st waypoint Condition has alpha written in it.

2nd waypoint is synch'ed with a trigger in which i made activation Radio Alpha.

On Activation in the trigger is: 1 setRadioMsg "Prisoners"; alpha=true

When i look at the map i see the radio alpha but it's supposed to be named Prisoners?

When i click it nothing happens except the text disappears.

Can somebody tell me what is wrong here?

Share this post


Link to post
Share on other sites

Change the on activation from

1 setRadioMsg "Prisoners"; alpha=true

to...

alpha=true

In the "Text" box of the trigger call it Prisoners

That should work.

Share this post


Link to post
Share on other sites

I know why i couldnt make it work..

Im making a mission where i want a group of civilians board a truck when the radio is being used. My problem though is that i put em all on different locations in a building and had this in the leaders init line: {DoStop _x} forEach units group this

Now when i remove that line they do move.. but my problem now is to find a way to make em stand still until the radio is being used. Otherwise they all just go out of the building and run around.

EDIT: I made it with disableAi & enableAi smile_o.gif Thx for the help

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  

×