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.
 
 
 

19 lines
466 B

Scriptname _00E_FS_NQ07_AushangScript extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if (FS_NQ07.GetCurrentStageID() == 0 && akActionRef == PlayerREF)
_00E_FS_NQ07_AushangMessage.Show()
FS_NQ07.SetCurrentStageID(10)
Disable()
Endif
EndEvent
Event OnUnload()
if FS_NQ07.GetCurrentStageID() >= 5
Disable()
EndIf
EndEvent
Actor Property PlayerREF Auto
Message Property _00E_FS_NQ07_AushangMessage Auto
Quest Property FS_NQ07 Auto