hi
im trying to get a flare to be on the ground in front of my guy like he threw it down(for helos and such)...heres what i have been working on....
flare1="flare" camcreate [getpos flog select 0,getpos flog select 1,100]
flog setpos [getpos s1 select 0, getpos s1 select 1,0]
~1
#loop
flare1 setpos [getpos flog select 0,getpos flog select 1,50]
goto "loop"
....now, it works and all, if i know how high the terrain im standing on at that time is ....its not following the terrain height, 50meters above the ground in one spot is under the mountain in another... :-\
flog is a logic, s1 my dude...how do i get flog to setpos on the correct terrain height? i know everything is prolly wrong in this, i dont know much about it. a little help would be greatly appreciated