Results 1 to 3 of 3

Thread: Separate Briefing

  1. #1
    Private First Class
    Join Date
    Nov 11 2009
    Location
    Poland-Malopolskie
    Posts
    12

    Separate Briefing

    Hi,

    How can I make separate briefing for 2 units on WEST side?

  2. #2
    I thinkyou might be able to in the same was that you make briefings for different sides. I'm not sure of the syntax, so don't use this, but I think it's something like
    Code:
    case man1
         {
              Briefing1
         }
    case man2
         {
              Briefing2
         }

  3. #3
    tskA1 = man1 createsimpletask...
    tskA1 setsimpletaskdescription...

    tskA2 = man2 createsimpletask...
    tskA2 setsimpletaskdescription...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •