2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_FS_NQ05AushangScript extends ObjectReference
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
2024-01-10 14:08:24 +00:00
|
|
|
if (FS_NQ05.GetCurrentStageID() == 0 || FS_NQ05.GetCurrentStageID() == 1) && akActionRef == PlayerREF
|
2021-10-05 22:15:58 +00:00
|
|
|
FS_NQ05AushangMessage.Show()
|
2024-01-10 14:08:24 +00:00
|
|
|
FS_NQ05.SetCurrentStageID(5)
|
2021-10-05 22:15:58 +00:00
|
|
|
Disable()
|
|
|
|
OtherPosting.Disable()
|
|
|
|
Endif
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
Message Property FS_NQ05AushangMessage Auto
|
|
|
|
Quest Property FS_NQ05 Auto
|
|
|
|
ObjectReference Property OtherPosting Auto
|