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.
 
 
 

15 lines
444 B

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