I am trying to add artillery post-init following the directions from the script snippets section of the wiki.
This works great:
["TRANSPORT",[[21172.67,7374.092,0],60,"B_Heli_Transport_03_F","CH-67 Huron","",""]] Call ALiVE_fnc_combatSupportAdd;sleep 1800;["WEST","TRANSPORT","CH-67 Huron"] call ALiVE_fnc_combatSupportRemove;
This doesn't...
["ARTILLERY",[[21197.36,7371.373,0],60,"B_MBT_01_arty_F","Sholef","",""]] Call ALiVE_fnc_combatSupportAdd;sleep 1800;["WEST","ARTILLERY","Sholef"] call ALiVE_fnc_combatSupportRemove;
Any ideas on why it doesn't work? I have tried switching "ARTILLERY" for "ARTY" but it was a no go. Any help would be appreciated.