From 7dd8ab8950177d031f0f0c0e229b37b905496fff Mon Sep 17 00:00:00 2001 From: Beu Date: Tue, 1 Mar 2022 22:18:10 +0100 Subject: [PATCH] Set LandmarkOrderSelector_Race at the start of the WU (#18) --- TM_RoyalRounds_Online.Script.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TM_RoyalRounds_Online.Script.txt b/TM_RoyalRounds_Online.Script.txt index 73a3948..ff373e2 100644 --- a/TM_RoyalRounds_Online.Script.txt +++ b/TM_RoyalRounds_Online.Script.txt @@ -246,6 +246,11 @@ MB_WarmUp(S_WarmUpNb, S_WarmUpDuration * 1000, S_WarmUpTimeout * 1000); *** declare netwrite Boolean Net_RoyalRounds_WarmUpUI_IsActive for Teams[0]; Net_RoyalRounds_WarmUpUI_IsActive = True; + +foreach (Player in Players) { + declare netwrite Integer Net_RoyalRounds_WarmUpUI_SelectedSegment for Player = 1; + Player.LandmarkOrderSelector_Race = Net_RoyalRounds_WarmUpUI_SelectedSegment; +} *** ***Match_WarmUpLoop***