How to spawn RHS or Project OPFOR units with the Arma 3 Spawn AI module.

The spawn AI module for Arma 3 is very good for spawning AI in a mission and having them capture sectors automatically, but how do you spawn AI from mods? This is easy. Just use this code below in the initialization section of the module. this setVariable[ "side", "East", true ]; this setVariable[ "faction", "LOP_ChDKZ", … Read more