19 lines
439 B
Plaintext
19 lines
439 B
Plaintext
|
Scriptname _00E_FS_NQ07_AushangScript extends ObjectReference
|
||
|
|
||
|
Event OnActivate(ObjectReference akActionRef)
|
||
|
if (FS_NQ07.GetStage() == 0 && akActionRef == PlayerREF)
|
||
|
_00E_FS_NQ07_AushangMessage.Show()
|
||
|
FS_NQ07.SetStage(10)
|
||
|
Disable()
|
||
|
Endif
|
||
|
EndEvent
|
||
|
|
||
|
Event OnUnload()
|
||
|
if FS_NQ07.GetStage() >= 5
|
||
|
Disable()
|
||
|
EndIf
|
||
|
EndEvent
|
||
|
|
||
|
Actor Property PlayerREF Auto
|
||
|
Message Property _00E_FS_NQ07_AushangMessage Auto
|
||
|
Quest Property FS_NQ07 Auto
|