Removed unused RealPlayer state from _00E_PlayerSetUpScript
This commit is contained in:
parent
ddf5960320
commit
7e77aa6acb
Binary file not shown.
@ -15,7 +15,6 @@ Event OnInit()
|
|||||||
return
|
return
|
||||||
EndIf
|
EndIf
|
||||||
|
|
||||||
GoToState("RealPlayer")
|
|
||||||
PlayerREF.SetActorValue("speedMult", 95)
|
PlayerREF.SetActorValue("speedMult", 95)
|
||||||
PlayerREF.SetActorValue("Healrate", 0)
|
PlayerREF.SetActorValue("Healrate", 0)
|
||||||
|
|
||||||
@ -34,20 +33,9 @@ EndEvent
|
|||||||
Event OnPlayerLoadGame()
|
Event OnPlayerLoadGame()
|
||||||
If self == (PlayerREF as ObjectReference) ; A check just in case. Most likely this condition is always True
|
If self == (PlayerREF as ObjectReference) ; A check just in case. Most likely this condition is always True
|
||||||
Maintenance()
|
Maintenance()
|
||||||
If GetState() != "RealPlayer"
|
|
||||||
GoToState("RealPlayer")
|
|
||||||
EndIf
|
|
||||||
EndIf
|
EndIf
|
||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
State RealPlayer
|
|
||||||
|
|
||||||
;/ Event OnBeginState()
|
|
||||||
Debug.Trace(self + ": OnBeginState RealPlayer")
|
|
||||||
EndEvent /;
|
|
||||||
|
|
||||||
EndState
|
|
||||||
|
|
||||||
|
|
||||||
;=====================================================================================
|
;=====================================================================================
|
||||||
; ALL UPDATES
|
; ALL UPDATES
|
||||||
|
Loading…
x
Reference in New Issue
Block a user