Unequip weapons before the ritual in MQ05
This commit is contained in:
parent
fb97078ce5
commit
bf92cb9abc
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
@ -43,17 +43,11 @@ Function StartIntroductionScene()
|
||||
EndFunction
|
||||
|
||||
function PlayerAIWalkStop()
|
||||
|
||||
PlayerREF.PlayIdle(IdleWalkingCameraEnd)
|
||||
Game.EnablePlayerControls(abMovement = false, abFighting = false, abCamSwitch = false, abLooking = true, abSneaking = false, abmenu = false, abactivate = false, abjournaltabs = false)
|
||||
Game.SetPlayerAIDriven(False)
|
||||
endFunction
|
||||
|
||||
function PlayerAIWalkStart()
|
||||
Game.DisablePlayerControls(abLooking = True)
|
||||
PlayerREF.PlayIdle(IdleWalkingCameraStart)
|
||||
endFunction
|
||||
|
||||
Function StartVision()
|
||||
|
||||
_00E_PlayerFunctions.GetVisionControl().VisionEffectTimestop()
|
||||
|
Loading…
Reference in New Issue
Block a user