So as I understand it, you cannot change the force pool of a placement module during the mission as they are initialized at the mission start. However, I am looking for a way to change the force pool on a trigger. I know this has been asked before, but I couldn't find anything on search about it. Basically so that on a trigger activation you have reinforcements arrive, etc. Is it possible to just place the module, and then initialize it paused and then unpause it using the module script snippet?
Ie:
["MILITARY_PLACEMENT_MODULE"] call ALiVE_fnc_unPauseModule;
If this is the case, could you use a custom variable name for the module?