Disable sidemissions with SecOps Manager (SOM)


Put this in the SOM Module’s init field:

this setVariable ["settings", [[], true, nil, nil, false]];

This would be how to add just the artillery features of SOM:

[["artillery_barrage"],player] call BIS_SOM_addSupportRequestFunc;

Comments are closed.