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)
|
||||
StartElevatorSound()
|
||||
Wait(1)
|
||||
Debug.SetGodMode(False)
|
||||
|
||||
EndFunction
|
||||
|
||||
@ -365,7 +364,7 @@ Function NexusElevatorDown()
|
||||
MQ13b_SC11_ShutterREF.TranslateToRef(MQ13b_SC11_ShutterREFMarker, 300.0, 300.0)
|
||||
Timescale.SetValue(10000)
|
||||
Game.DisablePlayerControls()
|
||||
Debug.SetGodMode(1)
|
||||
PlayerREF.SetGhost(true)
|
||||
Game.ForceFirstPerson()
|
||||
Game.ShakeCamera(afStrength = 0.5, afDuration = 10)
|
||||
int iTimer = 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user