Jump to content
kimukun

Ace3-mod check script

Recommended Posts

Hey.

I'm currently working on a mod-pack with some swedes.

As I'm working on the units I realized that ACE medical is sometimes used by communities. So I want to make a check-mod script that will check if ace_medical is turned on.

If it's on it should equip the medic with a ace-specified backpack and if it's not on it should equip the medic with a a3-specified backpack.

I have tried a if-else statement and I can't get it to work.

Are there anyone here with knowledge on how to make this work?

Share this post


Link to post
Share on other sites


if (isClass(configFile >> "CfgPatches" >> "ace_main")) then 

//ace3 mod is enabled

}; 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×