Allow opening container in _00E_NQ_G_06_ChestActivationEvent
This commit is contained in:
parent
98f4a89e41
commit
421e4b84ff
Binary file not shown.
@ -11,10 +11,17 @@ endEvent
|
|||||||
|
|
||||||
Event OnActivate(ObjectReference akActionRef)
|
Event OnActivate(ObjectReference akActionRef)
|
||||||
|
|
||||||
if akActionRef == PlayerREF && !bDone && _00E_NQ_G_SidedMael.GetValue() == 1
|
if akActionRef == Game.GetForm(0x14)
|
||||||
bDone = true
|
|
||||||
NQ_G_06.SpawnKileans()
|
Activate(akActionRef, true)
|
||||||
EndIf
|
Utility.Wait(0.1)
|
||||||
|
|
||||||
|
if !bDone && _00E_NQ_G_SidedMael.GetValueInt() == 1
|
||||||
|
bDone = true
|
||||||
|
NQ_G_06.SpawnKileans()
|
||||||
|
EndIf
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
EndEvent
|
EndEvent
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user