From 5a3093b60561a45e02bdb45a37f513506ac49f6b Mon Sep 17 00:00:00 2001 From: Beu Date: Tue, 8 Mar 2022 20:07:40 +0100 Subject: [PATCH] Change intro sequence to have a pretty behaviour --- LastManStanding.Script.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LastManStanding.Script.txt b/LastManStanding.Script.txt index 50ffd01..a85a2ff 100644 --- a/LastManStanding.Script.txt +++ b/LastManStanding.Script.txt @@ -209,7 +209,7 @@ if (!MapIsCompatible) { declare netwrite Boolean Net_LMS_IsIntro for Teams[0]; Net_LMS_IsIntro = True; StateMgr::ForcePlayersStates([StateMgr::C_State_Waiting]); - ModeUtils::PushAndApplyUISequence(UIManager.UIAll, CUIConfig::EUISequence::RollingBackgroundIntro); + ModeUtils::PushAndApplyUISequence(UIManager.UIAll, CUIConfig::EUISequence::Intro); declare Integer WaitingScreenDuration = 0; while (MB_MapIsRunning() && S_IntroTime - WaitingScreenDuration > 0) { WaitingScreenDuration = WaitingScreenDuration + 1;