Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×
Sign in to follow this  
yoannis1995

Activate support

Recommended Posts

I'm trying to activate some support requests of the simple support module by a script but it doesn't work.

I've put the module on the map and in the init field:

BIS_SSM_AmmoDrop_AVAILABLE_WEST = false;BIS_SSM_UnitsDrop_AVAILABLE_WEST = false;BIS_SSM_Airstrike_AVAILABLE_WEST = false;BIS_SSM_Mortar_AVAILABLE_WEST = false;BIS_SSM_Artillery_AVAILABLE_WEST = false;BIS_SSM_CeaseFire_AVAILABLE_WEST = false;

And then, in the script:

BIS_SSM_Airstrike_AVAILABLE_WEST = true;

but it doesn't work, no support are available. What do I need to do to make it work ?!

I found the answer there, if someone is interrested.

Edited by yoannis1995

Share this post


Link to post
Share on other sites
Sign in to follow this  

×