2021-10-06 00:15:58 +02:00
|
|
|
;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
|
|
|
|
;NEXT FRAGMENT INDEX 1
|
|
|
|
Scriptname TIF__001346D7 Extends TopicInfo Hidden
|
|
|
|
|
|
|
|
;BEGIN FRAGMENT Fragment_0
|
|
|
|
Function Fragment_0(ObjectReference akSpeakerRef)
|
|
|
|
Actor akSpeaker = akSpeakerRef as Actor
|
|
|
|
;BEGIN CODE
|
2024-01-05 15:54:31 +01:00
|
|
|
EnderalFunctions.DisableDialogueQuitting()
|
2021-10-06 00:15:58 +02:00
|
|
|
_00E_MQ11b_Questfunctions MQ11b = GetOwningQuest() as _00E_MQ11b_Questfunctions
|
|
|
|
MQ11b.JesparGetUp()
|
|
|
|
;END CODE
|
|
|
|
EndFunction
|
|
|
|
;END FRAGMENT
|
|
|
|
|
|
|
|
;END FRAGMENT CODE - Do not edit anything between this and the begin comment
|