Jump to content
Sign in to follow this  
domcho

Briefing for a specific group only

Recommended Posts

Is it possible to make briefing for multiple units in the same group without using unitname createDiaryRecord for each specific unit. Something like {_x createDiaryRecord} forEach units leaderName or {_x createDiaryRecord} forEach units groupName.

Share this post


Link to post
Share on other sites

Do it that way:

If (player in (group _groupleader)) then {

Player createDiaryRecord.....

};

_groupleader is the unitname of the group leader.

In init.sqf add:

0 = [] execVM "beirfing.sqf";

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×