yskonyn 0 Posted December 27, 2001 ...air units? I thought I read it somewhere, but I cannot find it back. So how can you place lit flares? Thanks Share this post Link to post Share on other sites
Snake1999 0 Posted December 27, 2001 Flare will stop light when they hit the ground, so you'll have to place them high up in the air, and make 'em fall to the ground (or, you could have a looping script that places the flare at one point). Example (this will put the flare 100meters up in the air, and it will fall towards the ground): Place a trigger, and give it the name flare In the condition field, type: true In the onActivation field, type: flare1 = "Flare" camCreate [(getPos flare select 0),(getPos flare select 1),100] If it's that what you mean...? Share this post Link to post Share on other sites
Captain Kickass 0 Posted December 28, 2001 If you are tring to highlight a drop zone try using fires on Empty and in the init field write:- this inflame true Share this post Link to post Share on other sites
yskonyn 0 Posted December 29, 2001 Certainly, both useful tips, thanks guys! Share this post Link to post Share on other sites