2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_NQ_G_07Dijaam_TrapdoorSC extends ObjectReference
|
|
|
|
|
|
|
|
Event OnInit()
|
|
|
|
|
|
|
|
Self.BlockActivation(True)
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
if NQ_G_07Dijaam.GetCurrentStageID() >= 72 || NQ_G_07Mael.GetCurrentStageID() >= 50
|
2021-10-05 22:15:58 +00:00
|
|
|
Self.Activate(akActionRef, True)
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Quest Property NQ_G_07Dijaam Auto
|
|
|
|
Quest Property NQ_G_07Mael Auto
|