I set this up with the random triggers like speed had posted but when someone joins I get instand CTD.
# -------------- 20110326-021609 --------------
C:\Program Files\Eagle Dynamics\DCS A-10C\bin\Transport.dll
# C0000005 ACCESS_VIOLATION at 03843A51 01:00062A51This happens with all three of my missions I added random sams to. I set it up like this
First trigger
Type: Start, CONDITION: Random 50, ACTION: Flag 22 trueSecond trigger
Type: Once, CONDITION: Flag 22 True, ACTION: Group Activate sam1, group deactivate sam2 Third trigger
Type: Once, CONDITION: Flag 22 False, ACTION: Group Activate sam2, group deactivate sam1
It worked when I tested by myself but once I hosted and client joined I would get above crash. I also was thinking why activate a group if they are already activated so I just put the deactivate part in and same thing happens.