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.
 
 
 

24 lines
423 B

Scriptname _00E_NQ18AusgangScript extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if NQ18.GetCurrentStageID() == 0 && akActionRef == Game.GetPlayer()
_00E_NQ18AushangMessage.Show()
NQ18.SetCurrentStageID(5)
Disable()
Endif
EndEvent
Event OnUnload()
if NQ18.GetCurrentStageID() >= 5
Disable()
EndIf
EndEvent
Message Property _00E_NQ18AushangMessage Auto
Quest Property NQ18 Auto