Hi all, haven't been to the forum in years! Even since the OFP days.
Anyway let's get right to it. Is there a pre-existing function that does what high command sitrep does?
I want to automate it such that on a radio trigger I feed it an array of groups and it fires off the hint.
I already looked up on the bis wiki but can't seem to find the function that does that.
I imagine something like:
_groups = allGroups select { ...some arbitrary code here};
[_groups] BIS_fnc_functionThatHintsTheSitrep
I already have code that selects each callsign eg: Get all alpha groups, and on map click I send them somewhere. And I'd like to, during the process, get the sitrep, hence the above. Does it exist at all?