Hello
I hope this is the correct thread to ask my question.
I would like to create a red day/night signal flare: as the flare goes upwards it should leave a red smoke trail and continue to "smoke" as it gradually falls to the ground.
I have an invisible "H" called "flare". I have a trigger which does the following: flare1="F_40mm_Red" createVehicle [getPos flare select 0, getPos flare select 1, 300]; flare2="SmokeShellRed" createVehicle [getPos flare select 0, getPos flare select 1, 300];
This produces a Flare and Smoke Shell at 300m above "flare". The Smoke Shell of course falls to the ground. I've tried using "flare2 attachto [flare1, [-10,0,0]]" but that doesn't appear to work because I don't know how to create and attach flare2 at the same time :banghead:.
Many thanks for helping.