22 lines
863 B
Plaintext
22 lines
863 B
Plaintext
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 |