domcho 20 Posted May 25, 2014 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
Silderoy 1 Posted May 29, 2014 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