Skip to content

Commit

Permalink
Issue X2CommunityCore#1406 - Add new event trigger after Mission Intr…
Browse files Browse the repository at this point in the history
…o kismet has completed
  • Loading branch information
furudee committed Nov 12, 2024
1 parent 3f2f9b2 commit 82e47fa
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3887,12 +3887,15 @@ Begin:
// kick off the mission intro kismet, and wait for it to complete all latent actions
WorldInfo.TriggerGlobalEventClass(class'SeqEvent_OnTacticalMissionStartBlocking', WorldInfo);


while (WaitingForVisualizer())
{
sleep(0.0);
}

// Start Issue #1406
`XEVENTMGR.TriggerEvent('PostMissionIntroKismet',,,);
// End Issue #1406

// set up start of match special conditions, including squad concealment
ApplyStartOfMatchConditions();

Expand Down

0 comments on commit 82e47fa

Please sign in to comment.