deadflare.sqs :
_unit = this select 0
_flare1 = "flare" camcreate getpos unit
_flare1 setpos [getpos _unit select 0, getpos _unit select 1, 2]
_flare1 setvelocity [0,0,20]
Right, for each playable unit, make a trigger
make a trigger
With a condition
!alive unitname
And in the onactivation:
unitname exec "flaredead.sqs"
Its the best way to do it
Oh, much around with the line with setvelocity in it.. Try [0,0,10], and [0,0,30] etc
See what looks best
You could also try the drop command.. But it's really complicated (Theres tutorials in the editor depot)
Good luck
- Ben