D.murphy man 0 Posted March 28, 2002 Ok i want my bombers (gimbels plane's by the way)to fly over a town and drop there bombs but not to aim for any thing just drop them over the town as they fly over it. Share this post Link to post Share on other sites
wamingo 1 Posted March 29, 2002 you could use the Fire command. unit FIRE weapon you could put it in a script with a timer that'll execute every so so many seconds/miliseconds. for instance: call the a10LGB bomber "plane1" </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">i=0 #bomb ~0.5 plane1 fire "LaserGuidedBombLauncher" i=i+1 ?(i < 8) : goto bomb exit <span id='postcolor'> haven't tried, script or anything, just wrote this out of my head in a jiffy... Share this post Link to post Share on other sites