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.
 
 
 

16 lines
366 B

Scriptname _00E_MQ11a_SC22_BrittleWallSC extends ObjectReference
; ; The destructible wall of the hidden chamber in the library of
; ; Dal'Galar's castle. This script tries to ensure that it stays
; ; destructed.
;
; Event OnLoad()
;
; if MQ11a.GetCurrentStageID() >= 165
; Self.PlayAnimation("openStart")
; EndIf
;
; EndEvent
Quest Property MQ11a Auto