Jump to content

DMRocks

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

1 Neutral

About DMRocks

  • Rank
    Newbie
  1. DMRocks

    Flare from Supply Drop

    Thank you so much! I got it working. The "attachTo" was also a nice touch so that I didn't have to match velocity. Thanks again!
  2. Hey all, In my mission, I want a supply crate to drop from a Blackfish and then fire a flare so that players can see the drop. To do this, I have a trigger that is activated when the pilot flies over. Here is the on activation code: _success = objNull setVehicleCargo supplyDrop; flrpos = supplyDrop modelToWorld [0,0,100]; flrObj = createVehicle ["F_20mm_Red", flrpos, [], 0,"NONE"]; flrObj setVelocity [0,0,-10]; The supply drop works just fine, but no matter how much I fiddle with the code, the flare never spawns. Please let me know if there is a way to fix the code or if there is another way of doing this.
×