Drewbs;
here are the definition details for this scripting command in MC2X; maybe that helps you.
callstrikeEx(striketype, -1, xpos, ypos, -1.0, true, time);
calls a strike to a specific location
integer striketype: 0 = demolitioncharge, 1= airstrike, 2 = sensorstrike
integer -1 (do not change !)
real xpos: x coordinate for strike
real ypos: y coordinate for strike
real -1.0 (do not change !)
bool true (do not change !)
real time 15.0 for demolition charge, 0.0 for airstrike snd sensorstrike
Example: callstrikeEx(1, -1, bombspot[0], bombspot[1], -1.0, true, 0.0);