Jump to content

Eagle7421

Member
  • Content Count

    14
  • Joined

  • Last visited

  • Medals

Posts posted by Eagle7421


  1. Konrad,

    In the beginning of a mission I made I did this. The way I did it I made a bunch of invisible markers named explosiion 1 2 3 and so on. Then I put this in the init line of a trigger I think (I can't look at the mission anymore because ace updated)

    bomb = ""Bo_GBU12_LGB"" createVehicle getmarkerPos ""explosion1""; bomb = ""Bo_GBU12_LGB"" createVehicle getmarkerPos ""explosion2""; bomb = ""Bo_GBU12_LGB"" createVehicle getmarkerPos ""explosion3""; bomb = ""Bo_GBU12_LGB"" createVehicle getmarkerPos ""explosion4"";

×