bobby budnick 0 Posted March 17, 2013 To start off with, everything is being run locally on one computer through radio triggers. I have added the artillery module to the map, followed by a virtual artillery module that is synced to it. The virtual artillery module is named BATTERY_1. The target is named TARGET_1. I then initialize the template TEMPLATE_1 = ["IMMEDIATE", "HE", "0", "15"]; I then store the target position TARGET_POSITION_1 = getPosASL TARGET_1; I then execute the fire mission [bATTERY_1, TARGET_POSITION_1, TEMPLATE_1] call BIS_ARTY_F_ExecuteTemplateMission; and nothing happens. Nothing is logged in the arma.rpt. ARTY_CHECK = [bATTERY_1, TEMPLATE_1] call BIS_ARTY_F_Available; returns "any". Where should I go from here? Is the artillery module known to be working? Share this post Link to post Share on other sites