xxxxxxxxxx
class CfgPatches {
class QS_SoldierTracker {
units[] = {};
weapons[] = {};
requiredAddons[] = {};
requiredVersion = 0.1;
};
};
class CfgFunctions {
class ST {
class soldierTracker {
class InitIcons {
file = "\ST\QS_icons.sqf";
//suspension allowed, although long term will halt mission execution
//if needed spawn/execVM thread inside of file instead
postInit = 1;
};
};
};
};