23 lines
785 B
Plaintext
23 lines
785 B
Plaintext
Scriptname _00E_MQ07a_KnockDoorSphereSC extends ObjectReference
|
|
|
|
|
|
;=====================================================================================
|
|
; EVENT
|
|
;=====================================================================================
|
|
|
|
Event OnActivate(ObjectReference akActionRef)
|
|
|
|
If akActionRef == Game.GetForm(0x14) && MQ07a.GetCurrentStageID() == 120
|
|
MQ07a.SetCurrentStageID(125)
|
|
DisableNoWait()
|
|
MQ07a.PortPlayerFailsave()
|
|
EndIf
|
|
|
|
EndEvent
|
|
|
|
;=====================================================================================
|
|
; PROPERTIES
|
|
;=====================================================================================
|
|
|
|
_00E_MQ07a_Functions Property MQ07a Auto
|