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.
 
 
 

86 lines
2.1 KiB

;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 17
Scriptname QF_FS_NQ11_0102E8D0 Extends Quest Hidden
;BEGIN ALIAS PROPERTY Tutorial_AlchemistCorpse
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_Tutorial_AlchemistCorpse Auto
;END ALIAS PROPERTY
;BEGIN ALIAS PROPERTY Tutorial_AlchemyTable
;ALIAS PROPERTY TYPE ReferenceAlias
ReferenceAlias Property Alias_Tutorial_AlchemyTable Auto
;END ALIAS PROPERTY
;BEGIN FRAGMENT Fragment_3
Function Fragment_3()
;BEGIN AUTOCAST TYPE _00E_FS_NQ11_Functions
Quest __temp = self as Quest
_00E_FS_NQ11_Functions kmyQuest = __temp as _00E_FS_NQ11_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.ShowTutorial(1)
SetObjectiveCompleted(5)
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_0
Function Fragment_0()
;BEGIN CODE
SetObjectiveDisplayed(5)
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_14
Function Fragment_14()
;BEGIN CODE
SetObjectiveCompleted(15)
SetObjectiveDisplayed(10, true, true)
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_7
Function Fragment_7()
;BEGIN AUTOCAST TYPE _00E_FS_NQ11_Functions
Quest __temp = self as Quest
_00E_FS_NQ11_Functions kmyQuest = __temp as _00E_FS_NQ11_Functions
;END AUTOCAST
;BEGIN CODE
SetObjectiveCompleted(10)
SetObjectiveDisplayed(15, true, true)
SetObjectiveDisplayed(20)
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_12
Function Fragment_12()
;BEGIN AUTOCAST TYPE _00E_FS_NQ11_Functions
Quest __temp = self as Quest
_00E_FS_NQ11_Functions kmyQuest = __temp as _00E_FS_NQ11_Functions
;END AUTOCAST
;BEGIN CODE
SetObjectiveCompleted(10)
SetObjectiveCompleted(15)
SetObjectiveDisplayed(20)
SetObjectiveDisplayed(25)
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_5
Function Fragment_5()
;BEGIN AUTOCAST TYPE _00E_FS_NQ11_Functions
Quest __temp = self as Quest
_00E_FS_NQ11_Functions kmyQuest = __temp as _00E_FS_NQ11_Functions
;END AUTOCAST
;BEGIN CODE
_00E_EPHandler.GiveEP(150)
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment