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.
 
 
 

190 lines
4.7 KiB

;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 14
Scriptname QF_FS_NQR04_0014CEA1 Extends Quest Hidden
;BEGIN ALIAS PROPERTY HiddenSlot02_QuestTarget
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_HiddenSlot02_QuestTarget Auto
;END ALIAS PROPERTY
;BEGIN ALIAS PROPERTY SC02_QuestTarget
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_SC02_QuestTarget Auto
;END ALIAS PROPERTY
;BEGIN ALIAS PROPERTY HiddenSlot01_QuestTarget
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_HiddenSlot01_QuestTarget Auto
;END ALIAS PROPERTY
;BEGIN ALIAS PROPERTY SC01_MessengerKid
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_SC01_MessengerKid Auto
;END ALIAS PROPERTY
;BEGIN ALIAS PROPERTY SC02_ZorkbanAndSons
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_SC02_ZorkbanAndSons Auto
;END ALIAS PROPERTY
;BEGIN ALIAS PROPERTY Player
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_Player Auto
;END ALIAS PROPERTY
;BEGIN ALIAS PROPERTY HiddenSlot03_QuestTarget
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_HiddenSlot03_QuestTarget Auto
;END ALIAS PROPERTY
;BEGIN ALIAS PROPERTY Tharael
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_Tharael Auto
;END ALIAS PROPERTY
;BEGIN FRAGMENT Fragment_13
Function Fragment_13()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.FadeToBlackAndBack()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_0
Function Fragment_0()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.SetUp()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_12
Function Fragment_12()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.UpdateObjectives02()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_11
Function Fragment_11()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.DeleteTharael()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_3
Function Fragment_3()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.DisableKid()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_1
Function Fragment_1()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.GiveNote()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_2
Function Fragment_2()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.EnableTharael()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_8
Function Fragment_8()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.StartSC04()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_5
Function Fragment_5()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.UpdateObjectives01()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_9
Function Fragment_9()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.BlockActivationTharael()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_10
Function Fragment_10()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.FinishUp()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_7
Function Fragment_7()
;BEGIN AUTOCAST TYPE _00E_FS_NQR04_Functions
Quest __temp = self as Quest
_00E_FS_NQR04_Functions kmyQuest = __temp as _00E_FS_NQR04_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.UpdateObjectives03()
kmyQuest.UnflagTharaelAsCompanion()
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment