FoxtrotF 10 Posted August 11, 2018 Hello guys! I get my hand to test out the new Encore features. could you please help how to fire "Mk45 Hammer", I tried Hammer_1 doArtilleryFire[getPosATL arty_marker_1, "magazine_ShipCannon_120mm_HE_shells_x32", 1]; it, firing, but I have some questions 1. How to fire marker which is set in "Artillery Computer", and what function do they use for the Mode(far)...(close)..(extreme) selection ? 2. How to lock target with Laser Marker and fire via script, for example Mk41 VLS? I tried VLS_1 doArtilleryFire[position laserTarget greyhawk_1, "magazine_Missiles_Cruise_01_x18", 1]; but without any luck. Share this post Link to post Share on other sites
Sgt. Dennenboom 98 Posted August 11, 2018 The VLS is not artillery, so doArtilleryFire will not work with it. You'll have to use reportRemoteTarget in combination with doFire. 1 Share this post Link to post Share on other sites
FoxtrotF 10 Posted August 11, 2018 1 hour ago, Sgt. Dennenboom said: The VLS is not artillery, so doArtilleryFire will not work with it. You'll have to use reportRemoteTarget in combination with doFire. Thank you! Finally made it with VLS_1 fireAtTarget [laserTarget greyhawk_1]; Share this post Link to post Share on other sites