I created a reusable function for this. I called it "BlowItUp.sqs"
In the file I put:
_unit = select 0
aim1 = getpos _unit select 0
aim2 = getpos _unit select 1
aim3 = getpos _unit select 2
"Laserguidedbomb" camcreate [aim1,aim2,aim3]
In the game I created a jeep and named it myjeep. I made a trigger that is set off from the radio alpha. In the triggers activate event I put [myjeep] exec "BlowItUp.sqs"
Now I have a bomb truck that I can drive somewhere and leave it. Then run like hell and press radio alpha and watch the bodies fly.
Thanks to _Ross_ and LCD for the idea. I may submit this into the code snippits section. ;D It works too good not to use.
Oh, I created a chopper and tried it too. Send one of my guys on a suicide mission.
Took it out in mid air. Gotta try this on a shulka.
And sorry about hijacking your thread Siber Fox.