4
Fork 0

Removed unused RealPlayer state from _00E_PlayerSetUpScript

steam-1.6.1130
Eddoursul 6 months ago
parent ddf5960320
commit 7e77aa6acb
  1. BIN
      scripts/_00e_playersetupscript.pex
  2. 12
      source/scripts/_00e_playersetupscript.psc

@ -15,7 +15,6 @@ Event OnInit()
return
EndIf
GoToState("RealPlayer")
PlayerREF.SetActorValue("speedMult", 95)
PlayerREF.SetActorValue("Healrate", 0)
@ -34,20 +33,9 @@ EndEvent
Event OnPlayerLoadGame()
If self == (PlayerREF as ObjectReference) ; A check just in case. Most likely this condition is always True
Maintenance()
If GetState() != "RealPlayer"
GoToState("RealPlayer")
EndIf
EndIf
EndEvent
State RealPlayer
;/ Event OnBeginState()
Debug.Trace(self + ": OnBeginState RealPlayer")
EndEvent /;
EndState
;=====================================================================================
; ALL UPDATES

Loading…
Cancel
Save