Jump to content

Skippy69

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

Everything posted by Skippy69

  1. Oh that is disappointing :( ... I'm looking for a UKF Model which will display a TRF via the squad.xml for joint ops ....was hoping yours would fit the bill. Thanks anyway Skippy
  2. I've searched through this thread but haven't found a conclusive answer to my question: can the 3 Rifles models display a TRF (Tactical Recognition Flash) via the squad.xml? On the helmet or jacket sleeves? Thanks in advance. Skippy69
  3. 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.
×