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.
 
 
 

20 lines
367 B

Scriptname _00E_Ark_NQ_Kor_ActivationScript extends ObjectReference
Event OnCellAttach()
Self.BlockActivation(True)
EndEvent
Event OnActivate(ObjectReference akActionRef)
If akActionRef == Game.GetPlayer() && Self.IsActivationBlocked() && bDone == false
bDone = True
NQ07.AddLetter(Self)
EndIf
EndEvent
bool bDone
_00E_NQ07_Functions Property NQ07 Auto