2021-10-06 00:15:58 +02:00
|
|
|
Scriptname _00E_MQ02_SecretLeversSCN extends ObjectReference
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 15:08:24 +01:00
|
|
|
If MQ02.GetCurrentStageID() == 70 && self.GetLinkedRef().IsDisabled()
|
2021-10-06 00:15:58 +02:00
|
|
|
|
|
|
|
(MQ02 as _00E_MQ02_Functions).TryToInsertStick(Self)
|
|
|
|
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
Quest Property MQ02 Auto
|