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.
 
 
 

22 lines
863 B

Scriptname _00E_MQ07a_KnockDoorSphereSC extends ObjectReference
;=====================================================================================
; EVENT
;=====================================================================================
Event OnActivate(ObjectReference akActionRef)
If akActionRef == Game.GetPlayer() && MQ07a.GetStage() == 120
MQ07a.SetStage(125)
;(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