First of all do i understand this right? I could use this to "spawn" in a CAS, Transport, or arty after init? So mid-game i can call it and it will sync or be synced to the support combat module?
If im not wrong I guess i need help formatting it all out.
This is in combatSupportAdd.sqf being called in the init with execVM "combatSupportAdd.sqf";
SpawnArty =
{
["ARTILLERY",[[12271.9,8955.47,0],60,"B_MBT_01_arty_F","PHOENIX 1","",""]] Call ALiVE_fnc_combatSupportAdd;
};
then im throwing this into the OnActivation of a trigger:
0 = [] call SpawnArty ;
Am I confused? lol
Also is there away to call the sub-mod to spawn on say a marker?