2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_MQ07a_KnockDoorSphereSC extends ObjectReference
|
|
|
|
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; EVENT
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
|
2024-01-10 14:08:24 +00:00
|
|
|
If akActionRef == Game.GetPlayer() && MQ07a.GetCurrentStageID() == 120
|
|
|
|
MQ07a.SetCurrentStageID(125)
|
2021-10-05 22:15:58 +00:00
|
|
|
;(MQ07a as _00E_MQ07a_Functions).StartSC06() ; just for patch 1.5.7.0 as hotfix because the questfragment doesn't seem to do what it should do
|
|
|
|
Self.Delete()
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
|
|
|
;=====================================================================================
|
|
|
|
; PROPERTIES
|
|
|
|
;=====================================================================================
|
|
|
|
|
|
|
|
Quest Property MQ07a Auto
|