19 lines
466 B
Plaintext
19 lines
466 B
Plaintext
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 |