thanks I figured it out on my own but thanks for the help i did this
#start
_flare = camCreate "flare" [getpos frank this select 0, getpos frank this select 1, (getpos frank this selct 2)+1.7]
~0.01
_counter this selct 0
#loop1
_flare [getpos frank this select 0, getpos frank this select 1, (getpos frank this selct 2)+1.7]
_flare setvelocity = [0,0,1]
~0.20
_counter + 1
?_counter == 80 goto "start"
exit
having trouble with the counters though
can you help on that