Jump to content
Sign in to follow this  
theone

High Command Sitrep

Recommended Posts

If you are a commander in high command you can use SITREP (Menu 0,1) to see the units you selected:

file.html

file.html

But how can I display this SITREP via script?

Thanks

theone

EDIT:

Got it :)

Here is the script (was kind of hard to find the function ;) so it might help someone...):

_g=hcAllGroups player; //find all groups under high command
player hcSelectGroup _g; //select them


_t="SITREP" call BIS_HC_path_menu; //displaying SITREP
sleep 0.1;
showCommandingMenu ""; //you need this to delete the MENU poping up

Edited by theone

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  

×