Jump to content

arglgarg

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Posts posted by arglgarg


  1. This doesnt seem to work. I keep getting the UH1 instead of the OSPREY. Ive place the and Osprey and named it the same. Its at an airfield waiting. I launch the options below with a trigger that is initiated when the SOM i ready. The transport is working just no OSPREY showing up.

    okay lets say the name of the ospray is Peter and the name of the som-module is Paul, then the trigger-line should look like this:

    [["transport"],player] call BIS_SOM_addSupportRequestFunc;

    Paul setVariable ["TSS_vehicle_custom", Peter];

    ... does it work now?


  2. Has anyone found a way to add two choppers for the transport request, or maybe an Osprey? The default script just sends one UH-1Y which is only enough for half a squad (7 persons). I have 12.

    Place an osprey on the map and name it, for example "OSPREY".

    Then add

    [["transport"],player] call BIS_SOM_addSupportRequestFunc;

    SOM setVariable ["TSS_vehicle_custom", OSPREY];

    to the trigger. The Osprey will take off, when the request was sent and will return to its initial position after the transport is done (and will available for the next request).

×