Make a trigger
</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> init : [plane] exec "flare.sqs"<span id='postcolor'>
flare.sqs:
</span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">
_plane = this select 0
_planex = getpos plane select 0
_planey = getpos plane select 1
_planez = getpos plane select 2
_flare= "flare" camcreate
_flare setpos [_planex, _planey, _planez+15]
exit
<span id='postcolor'>
this should work I hope