4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 lines
590 B

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