Thx Spooner, that sounds indeed promising to me.
Please let me clarify, just to make sure i understood it correctly:
In the line:
_mapMarkersInstalled = isClass (configFile >> "CfgMarkers" >> "MAP_marker1");
CfgMarkers is a given, i don't have to research around to get a correct entry there. And yes, as "testmarker" i could take "ARMA_MARKER_Car" as this one exists in the MAP_misc addon.
Therefor this line:
_mapMarkersInstalled = isClass (configFile >> "CfgMarkers" >> "ARMA_MARKER_Car");
would set me the variable _mapMarkersInstalled either to TRUE or FALSE.
And the rest is a simple if then else story.
Can you confirm that i wasn't too stupid to get it in my mind?
Thx all for your replies.
Myke out