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.
 
 
 

26 lines
723 B

Scriptname _00E_NQ_G_07Dijaam_LieSC extends ReferenceAlias
Event OnCellAttach()
if _00E_NQG07_DijaamKnockedOut.GetValueInt() == 1
Self.GetActorReference().SetUnconscious(False)
Debug.SendAnimationEvent(Self.GetActorReference(), "IdleBedRollFrontEnterInstant")
EndIf
EndEvent
Event OnLoad()
if _00E_NQG07_DijaamKnockedOut.GetValueInt() == 1
Self.GetActorReference().Disable()
Utility.Wait(1)
Self.GetActorReference().Enable()
Debug.SendAnimationEvent(Self.GetActorReference(), "idleForceDefaultState")
Debug.SendAnimationEvent(Self.GetActorReference(), "IdleBedRollFrontEnterInstant")
EndIf
EndEvent
Quest Property NQ_G_07Dijaam Auto
GlobalVariable Property _00E_NQG07_DijaamKnockedOut Auto