17 lines
357 B
Plaintext
17 lines
357 B
Plaintext
|
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.GetStage() >= 165
|
||
|
; Self.PlayAnimation("openStart")
|
||
|
; EndIf
|
||
|
;
|
||
|
; EndEvent
|
||
|
|
||
|
Quest Property MQ11a Auto
|
||
|
|