Skip to content

Commit

Permalink
Issue X2CommunityCore#1406 - Add trigger to state 'CreateChallengeGam…
Browse files Browse the repository at this point in the history
…e' too
  • Loading branch information
furudee committed Nov 12, 2024
1 parent 37b6703 commit 00f6916
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4259,6 +4259,11 @@ Begin:
sleep(0.0);
}

// Start Issue #1406
/// HL-Docs: ref:PostMissionIntroKismet
`XEVENTMGR.TriggerEvent('PostMissionIntroKismet',,,);
// End Issue #1406

// kick off the gameplay start kismet, do not wait for it to complete latent actions
WorldInfo.TriggerGlobalEventClass(class'SeqEvent_OnTacticalMissionStartNonBlocking', WorldInfo);

Expand Down

0 comments on commit 00f6916

Please sign in to comment.