28 lines
590 B
Plaintext
28 lines
590 B
Plaintext
Scriptname _00E_CQC04_CaliaExhaustedSC extends ObjectReference Conditional
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
If akActionRef == _00E_MC_CaliaREF
|
|
_00E_MC_CaliaREF.TranslateToRef(Self, 10)
|
|
_00E_MC_CaliaREF.PlayIdle(IdleExhaustedEnter)
|
|
Utility.Wait(2)
|
|
bIsSitting = True
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
Function ExitIdle()
|
|
|
|
_00E_MC_CaliaREF.PlayIdle(IdleExhaustedExit)
|
|
|
|
EndFunction
|
|
|
|
bool Property bIsSitting Auto Conditional Hidden
|
|
|
|
Idle Property IdleExhaustedExit Auto
|
|
Idle Property IdleExhaustedEnter Auto
|
|
Idle Property IdleExhaustedLoop Auto
|
|
|
|
Actor Property _00E_MC_CaliaREF Auto
|
|
|