1
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
396 B

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