Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik: Cliffs of Dover > FMB, Mission & Campaign builder Discussions

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 04-08-2012, 09:06 AM
FG28_Kodiak FG28_Kodiak is offline
Approved Member
 
Join Date: Dec 2009
Location: Swabia->Bavaria->Germany
Posts: 884
Default

Quote:
Originally Posted by 5./JG27.Farber View Post
Triggers are the next obvious solution. However Triggers are a dead cert! There is no room for error which is unrealistic. Also the Orange writing is a massive immertion killer.
In my Coops i use triggers, but without Orange writing, i simulate a radio message.
Code:
if ("EnterAreaM8".Equals(shortName))
        {
            int i = 0;

            AiActor actor = GamePlay.gpActorByName("0:BoB_LW_JG51_III.000");
           

            (actor as AiAircraft).SayToGroup(actor.Group() as AiAirGroup, "Enemy_planes");

            Timeout(i += 2, () =>
            {
                (actor as AiAircraft).SayToGroup(actor.Group() as AiAirGroup, "In_square");
            });

            Timeout(i += 2, () =>
            {
                (actor as AiAircraft).SayToGroup(actor.Group() as AiAirGroup, "M");
            });
            Timeout(i += 2, () =>
            {
                (actor as AiAircraft).SayToGroup(actor.Group() as AiAirGroup, "n8");
            });

            GamePlay.gpGetTrigger(shortName).Enable = false;
        }
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:17 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.