Haha! I did it myself. ;D I modified Skumball's airstrike script to run automatically... I'll post results here after I'm finished testing. I'm starting to take care of problems myself. This is good news.
Mostly pretty simple stuff.
I modified the trigger that activates the script to say this:
[] exec "airstrike.sqs"
In the script itself I commented out this: ;"target" setMarkerPos _pos
I suspected that it was mapclick related. No malfunctions thus far.
Instead of: strikePilot doMove _pos
I put: strikePilot doMove (getMarkerPos "target")
That's pretty much it. I think. Easier than I thought.
Then I just set it to a trigger that runs on a timer. When the timer runs out. Airstrike time.