Hey Guys
I'm trying to make a Multiplayer Mission with multiple Qbjectivs with ACE/ACRE.
I want the players to respawn in a C130J which is circleling over the Objectivs. The AI is the pilot.
I tried it with a repeating Trigger
Condition:
not alive player;
On Act.
TitleCut ["Wait!!!","BLACK OUT",3]
On Dea.
player moveInCargo [c130j,6]; TitleCut ["Let's go","BLACK IN",3]
It works so far that the Player (I tried it multiple times in a self-hostet game, alone) is moved into the backseat of the flying C130J. They can even access the Gear to get a ParachutePack. But from there the player don't have a JUMP OUT option like normal. But he can move to the Pilot seat, even with a AI already flying.
Do you guys have any solution for this?
Thanks in advance.