OFPEC Forum

Editors Depot - Mission Editing and Scripting => Arma2 - Editing/Scripting General => Topic started by: rcmw on 16 Jan 2011, 02:14:10

Title: SOM history
Post by: rcmw on 16 Jan 2011, 02:14:10
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.