Juro 10 Posted January 2, 2011 Hi, How can I make separate briefing for 2 units on WEST side? Share this post Link to post Share on other sites
evans d [16aa] 12 Posted January 2, 2011 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 case man1 { Briefing1 } case man2 { Briefing2 } Share this post Link to post Share on other sites
shuko 59 Posted January 2, 2011 tskA1 = man1 createsimpletask... tskA1 setsimpletaskdescription... tskA2 = man2 createsimpletask... tskA2 setsimpletaskdescription... Share this post Link to post Share on other sites