I am making s frame work mission for the SOM module to add a bit of story and structure to them, completing SOM missions advances the story.
I use “((SOM1 getVariable "history") select 0) == 5” to count how many missions have been done but this also counts SOM supports and that ruins the mission if you call them in.
I can think of two things that would fix this problem,
1. Another command other than “((SOM1 getVariable "history") select 0) == 5” that only counts mission.
2. A way to stop the HQ from giving SOM supports for completing the side missions.