Removed arbitrary god mode disabling before using the elevator in Starcity
This commit is contained in:
parent
05ff85a25e
commit
c140a017d2
BIN
Yaela fix.esp
BIN
Yaela fix.esp
Binary file not shown.
Binary file not shown.
@ -289,7 +289,6 @@ Function MoveElevatorUP()
|
|||||||
MQ13b_SC08_ElevatorREF.TranslateToREF(objElevatorOrigin, 140.0)
|
MQ13b_SC08_ElevatorREF.TranslateToREF(objElevatorOrigin, 140.0)
|
||||||
StartElevatorSound()
|
StartElevatorSound()
|
||||||
Wait(1)
|
Wait(1)
|
||||||
Debug.SetGodMode(False)
|
|
||||||
|
|
||||||
EndFunction
|
EndFunction
|
||||||
|
|
||||||
@ -365,7 +364,7 @@ Function NexusElevatorDown()
|
|||||||
MQ13b_SC11_ShutterREF.TranslateToRef(MQ13b_SC11_ShutterREFMarker, 300.0, 300.0)
|
MQ13b_SC11_ShutterREF.TranslateToRef(MQ13b_SC11_ShutterREFMarker, 300.0, 300.0)
|
||||||
Timescale.SetValue(10000)
|
Timescale.SetValue(10000)
|
||||||
Game.DisablePlayerControls()
|
Game.DisablePlayerControls()
|
||||||
Debug.SetGodMode(1)
|
PlayerREF.SetGhost(true)
|
||||||
Game.ForceFirstPerson()
|
Game.ForceFirstPerson()
|
||||||
Game.ShakeCamera(afStrength = 0.5, afDuration = 10)
|
Game.ShakeCamera(afStrength = 0.5, afDuration = 10)
|
||||||
int iTimer = 1
|
int iTimer = 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user