Is there any pos way of making a smething explode in mid air (not vechs but ammo types).
i tried putting in one trigger with radio alpha...
bang = "heat120" camcreate getpos target; bang setpos [getpos target select 0, getpos target select 1, 100]
then in another trigger with radio beta...
bang setdammage 1
but this doesnt work...i know that the heat120 is being created in the air cause i can see it fall, but it doesnt explode when i activate the setdammage.
Any ideas?