This project contains modifications for the Arma 3 game, custom tailored towards the needs of the Kellerkompanie community (https://kellerkompanie.com/). Not all parts are self-written. Where indicated the content does not belong to us, but rather to the original authors. The rest may be used by anyone in any way.
How do I ensure that a module statement is executed before postInit
11:53
You can't. It's scheduled. It will finish whenever it wants to.
11:56
Suggestion:- create a function that
counts the module entities
runs the previously postInit script if the count is 0
otherwise passes- call the function on postInit
call the function right after deleting the module in the module statement
11:57
My question however is, if you delete modules... how does a JIP client know there was a module before? Modules are global entities.
11:53 You can't. It's scheduled. It will finish whenever it wants to. 11:56 Suggestion:- create a function that