updates FBCB2, updates log fnc, adds comments
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
_assetList = missionNamespace getVariable "milsim_var_fixedAssets";
|
||||
private _recordTitle = "MDS - ASSETS - FIXED";
|
||||
|
||||
private _assetList = missionNamespace getVariable "milsim_var_fixedAssets";
|
||||
|
||||
_text = "<font size='24' color='#ff0000'>=======------ Mission Data Set ------=======</font>";
|
||||
|
||||
@@ -14,6 +16,11 @@ _text = "<font size='24' color='#ff0000'>=======------ Mission Data Set ----
|
||||
|
||||
} foreach _assetList;
|
||||
|
||||
_text = _text + "<br/><br/><execute expression='[missionNamespace getVariable ""milsim_var_fixedAssets""] call milsim_fnc_messageFBCB2AssetStatus'>Run Report on local node?</execute>";
|
||||
_text = _text + "<br/><br/><execute expression='[missionNamespace getVariable ""milsim_var_fixedAssets""] call milsim_fnc_hintFBCB2AssetStatus'>Run Report on local node?</execute>";
|
||||
|
||||
player createDiaryRecord ["Status", ["MDS - ASSETS - FIXED", _text]];
|
||||
|
||||
[
|
||||
milsim_fbcb2_subjectStatusID,
|
||||
_recordTitle,
|
||||
_text
|
||||
] call milsim_fnc_createOrUpdateDiaryRecord;
|
||||
Reference in New Issue
Block a user