Hi,
How can I make separate briefing for 2 units on WEST side?
Hi,
How can I make separate briefing for 2 units on WEST side?
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 }
tskA1 = man1 createsimpletask...
tskA1 setsimpletaskdescription...
tskA2 = man2 createsimpletask...
tskA2 setsimpletaskdescription...