18 lines
355 B
Plaintext
18 lines
355 B
Plaintext
|
Scriptname _00E_NQ_G_07Dijaam_TrapdoorSC extends ObjectReference
|
||
|
|
||
|
Event OnInit()
|
||
|
|
||
|
Self.BlockActivation(True)
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Event OnActivate(ObjectReference akActionRef)
|
||
|
|
||
|
if NQ_G_07Dijaam.GetStage() >= 72 || NQ_G_07Mael.GetStage() >= 50
|
||
|
Self.Activate(akActionRef, True)
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Quest Property NQ_G_07Dijaam Auto
|
||
|
Quest Property NQ_G_07Mael Auto
|