diff --git a/scripts/_00e_nq_g_06_chestactivationevent.pex b/scripts/_00e_nq_g_06_chestactivationevent.pex index 27251b5b..5f7ab80e 100644 Binary files a/scripts/_00e_nq_g_06_chestactivationevent.pex and b/scripts/_00e_nq_g_06_chestactivationevent.pex differ diff --git a/source/scripts/_00e_nq_g_06_chestactivationevent.psc b/source/scripts/_00e_nq_g_06_chestactivationevent.psc index a3dbe1d6..5d5895e1 100644 --- a/source/scripts/_00e_nq_g_06_chestactivationevent.psc +++ b/source/scripts/_00e_nq_g_06_chestactivationevent.psc @@ -11,10 +11,17 @@ endEvent Event OnActivate(ObjectReference akActionRef) - if akActionRef == PlayerREF && !bDone && _00E_NQ_G_SidedMael.GetValue() == 1 - bDone = true - NQ_G_06.SpawnKileans() - EndIf + if akActionRef == Game.GetForm(0x14) + + Activate(akActionRef, true) + Utility.Wait(0.1) + + if !bDone && _00E_NQ_G_SidedMael.GetValueInt() == 1 + bDone = true + NQ_G_06.SpawnKileans() + EndIf + + endif EndEvent