2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_FS_NQ02_DoorVisionScript extends ObjectReference
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
2024-01-10 14:08:24 +00:00
|
|
|
if (FS_NQ02.GetCurrentStageID() == 220 && akActionRef == PlayerREF)
|
|
|
|
FS_NQ02.SetCurrentStageID(230)
|
2021-10-05 22:15:58 +00:00
|
|
|
self.Disable()
|
|
|
|
Endif
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
Quest Property FS_NQ02 Auto
|