15 lines
491 B
Plaintext
15 lines
491 B
Plaintext
|
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
|
||
|
;NEXT FRAGMENT INDEX 3
|
||
|
Scriptname SF_ArkGenericDialogue_Mith_S_0014CE60 Extends Scene Hidden
|
||
|
|
||
|
;BEGIN FRAGMENT Fragment_2
|
||
|
Function Fragment_2()
|
||
|
;BEGIN CODE
|
||
|
_00E_Ark_GenericDialogueFunctions ArkGenericDialogue = GetOwningQuest() as _00E_Ark_GenericDialogueFunctions
|
||
|
ArkGenericDialogue.OnPoemSceneEnd()
|
||
|
;END CODE
|
||
|
EndFunction
|
||
|
;END FRAGMENT
|
||
|
|
||
|
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
|