Jump to content

Pie015

Member
  • Content Count

    5
  • Joined

  • Last visited

  • Medals

Posts posted by Pie015


  1. Hey guys,

    I'm surprised I didn't see any posts about this topic, I want to know how to find a way to check if a unit has left a vehicle. Or check if the unit is no longer in the vehicle for the next waypoint to show. I've tried using (!unit1 in heli1) and (unit1 not in heli1) but both don't work.

    So like this:

    Player is pilot

    Squad comes into the helicopter

    Transport Unload waypoint shows (then disappears for some reason so I put a move waypoint (which has the "check if the squad leader is no longer in the vehicle command" and the condition) right in front of the transport waypoint)

    Player lands there

    Squad gets out

    Next waypoint shows.

    Thanks in advance!


  2. Yes that's perfectly normal - Tranport Unload is for units in cargo in the heli - it doesn't affect the crew.

    You need a "GET OUT" then for overkill, but not really needed: {

    Thanks for the reply but I'm talking about my group in the cargo, not the heli's crew members :p

    assignAsCargo assigns the player as cargo and without an additional eject command the player won't get kicked out automatically. assignAsCargo isn't needed anyway (not as far as I know), so try without it.

    And you'll probably have to manually get out via action unless you're in a group and not the group leader, since the game won't force the player to do anything unless forced to via script.

    If you're in a group and the group leader has a Get Out WP synchronized with the Transport Unload, the group will automatically disembark, including you, so you don't have to do anything.

    Otherwise I recommend using the Eject action.

    Thanks for the reply and I removed the assignAsCargo command but it produces the same result. But if I use a helicopter which already has a pilot in it, when he comes to land at the helipad, my and me crew will automatically get kicked out of the heli but if the empty heli has an assigned pilot then my group and I will just sit in the cargo without getting out like they're supposed to.


  3. Hello guys :)

    I've ran into a somewhat big problem with the transport unload waypoint on ArmA II OA. The problem is that when I select a helicopter which already has a pilot in it (not an empty helicopter) and name it heli and then make a player unit and put in the init box: this assignAsCargo heli; this moveInCargo [heli, 0];

    After that I made a move waypoint right in front of the heli and set the speed on full. Then I made an invisible helipad and named it "land1" (without the speech marks).

    So then I proceeded to make a transport unload waypoint on the helipad and in the init field I put "heli land "land1"" and it works! But the problem is when I make an empty helicopter and make a pilot with the init: this assignAsDriver heli; this moveInDriver heli;

    My character doesn't get kicked out of the heli like he is supposed to when the pilot lands. He just sits there. Why? P.S I have ACE mod

×