Winters1807 0 Posted November 30, 2007 Hi I downloaded Micks Mad Napalm, its really good, but i am trying to make it so that i can call it in during a mission. I am using this script <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">_pos = _this select 0 onMapSingleClick ""; artmissions = artmissions + 1 _markerobj = createMarker [format ["marker%1", artmissions],_pos] _markerobj setMarkerType "Destroy" format ["marker%1", artmissions] setMarkerText format["Napalm", artmissions] HINT format ["Fire mission accepted."] ~15 _rounds = 0 HINT "Splash" #art busy = true _shell = "Barrel4" createvehicle [0,0] _shell setpos [((_pos select 0) + random 20),((_pos select 1) + random 15), 200 + random 10 ] ~1 _rounds = _rounds + 1 ?(_rounds > 1) : goto "end" goto "art" #end busy = false However, i need to some how attach this command to the barrel that i spawn using the script to make it work <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">[this] execVM ""Napalm\Napalm.sqf"" Any ideas? Share this post Link to post Share on other sites
W0lle 1052 Posted December 1, 2007 Yes, either ask in the thread for this script or contact the author by PM. This has nothing to do with ArmA-User Missions. Share this post Link to post Share on other sites