Added a small delay before the race menu in quick start, sometimes camera stops somewhere in the ocean

This commit is contained in:
Eddoursul 2024-02-29 22:06:45 +01:00
parent d007a565bf
commit 8f4b2bfc64
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -20,6 +20,7 @@ function Init()
PlayerREF.MoveTo(_00E_ClassMenuOrigin) PlayerREF.MoveTo(_00E_ClassMenuOrigin)
Debug.SendAnimationEvent(PlayerRef, "IdleForceDefaultState") Debug.SendAnimationEvent(PlayerRef, "IdleForceDefaultState")
Utility.Wait(0.5)
Game.ShowRaceMenu() Game.ShowRaceMenu()
(MQP02 as _00E_MQP02_Functions).AddRacialAbilites() (MQP02 as _00E_MQP02_Functions).AddRacialAbilites()