Hello,
I know how I can check if OAH is installed:
if (!(isClass(configFile>>"CfgMods">>"Expansion"))) then
{
//no OAH
}
else
{
//OAH
};
But if I use a command from OAH for example false setCamUseTi 0;
ARMA2 refuses to execute the code...(or at least an error message appears... the script itself seems to work how it should) even if it's a dead code... he never enters it. :/
Any idea?
edit: Maybe with exceptions? try {} catch{} ... but how does ARMA2 exactly handle exceptions?
Lurchi