15 lines
444 B
Plaintext
15 lines
444 B
Plaintext
Scriptname _00E_FS_NQ05AushangScript extends ObjectReference
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
if (FS_NQ05.GetStage() == 0 || FS_NQ05.GetStage() == 1) && akActionRef == PlayerREF
|
|
FS_NQ05AushangMessage.Show()
|
|
FS_NQ05.SetStage(5)
|
|
Disable()
|
|
OtherPosting.Disable()
|
|
Endif
|
|
EndEvent
|
|
|
|
Actor Property PlayerREF Auto
|
|
Message Property FS_NQ05AushangMessage Auto
|
|
Quest Property FS_NQ05 Auto
|
|
ObjectReference Property OtherPosting Auto |