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