30 lines
829 B
Plaintext
30 lines
829 B
Plaintext
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
|
|
;NEXT FRAGMENT INDEX 3
|
|
Scriptname TIF__0102524D Extends TopicInfo Hidden
|
|
|
|
;BEGIN FRAGMENT Fragment_0
|
|
Function Fragment_0(ObjectReference akSpeakerRef)
|
|
Actor akSpeaker = akSpeakerRef as Actor
|
|
;BEGIN CODE
|
|
_00E_QuestFunctions.DisableDialogueQuitting()
|
|
GetOwningQuest().SetStage(130)
|
|
_00E_FS_NQ02_EsmeREF.PlayIdle(IdleBook_Reading)
|
|
;END CODE
|
|
EndFunction
|
|
;END FRAGMENT
|
|
|
|
;BEGIN FRAGMENT Fragment_2
|
|
Function Fragment_2(ObjectReference akSpeakerRef)
|
|
Actor akSpeaker = akSpeakerRef as Actor
|
|
;BEGIN CODE
|
|
Debug.SendAnimationEvent(_00E_FS_NQ02_EsmeREF, "IdleStop")
|
|
;END CODE
|
|
EndFunction
|
|
;END FRAGMENT
|
|
|
|
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
|
|
|
|
actor Property _00E_FS_NQ02_EsmeREF Auto
|
|
|
|
Idle Property IdleBook_Reading Auto
|