Fixed incorrectly assigned racial ability in quick start
This commit is contained in:
parent
408eb4158c
commit
138a2a1d8a
Binary file not shown.
@ -22,11 +22,14 @@ function Init()
|
||||
Debug.SendAnimationEvent(PlayerRef, "IdleForceDefaultState")
|
||||
Utility.Wait(0.5)
|
||||
Game.ShowRaceMenu()
|
||||
(MQP02 as _00E_MQP02_Functions).AddRacialAbilites()
|
||||
|
||||
Utility.Wait(0.1)
|
||||
|
||||
Game.DisablePlayerControls(abMovement = false, abFighting = true, abCamSwitch = true, abLooking = false, abSneaking = true, abMenu = true, abActivate = false, abJournalTabs = true, aiDisablePOVType = 0)
|
||||
Game.ForceFirstPerson()
|
||||
|
||||
(MQP02 as _00E_MQP02_Functions).AddRacialAbilites()
|
||||
|
||||
MQP03.SetCurrentStageID(15)
|
||||
|
||||
endfunction
|
||||
|
Loading…
Reference in New Issue
Block a user