1
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.
 
 
 

51 lines
1.3 KiB

;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 11
Scriptname QF_TestQuest_00027CD2 Extends Quest Hidden
;BEGIN FRAGMENT Fragment_8
Function Fragment_8()
;BEGIN CODE
;WARNING: Unable to load fragment source from function Fragment_8 in script QF_TestQuest_00027CD2
;Source NOT loaded
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_10
Function Fragment_10()
;BEGIN AUTOCAST TYPE _00E_TestQuest_Functions
Quest __temp = self as Quest
_00E_TestQuest_Functions kmyQuest = __temp as _00E_TestQuest_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.KillRhalaim02()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_9
Function Fragment_9()
;BEGIN AUTOCAST TYPE _00E_TestQuest_Functions
Quest __temp = self as Quest
_00E_TestQuest_Functions kmyQuest = __temp as _00E_TestQuest_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.KillRhalaim()
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_0
Function Fragment_0()
;BEGIN AUTOCAST TYPE _00E_TestQuest_Functions
Quest __temp = self as Quest
_00E_TestQuest_Functions kmyQuest = __temp as _00E_TestQuest_Functions
;END AUTOCAST
;BEGIN CODE
kmyQuest.StartYuslanWalkingScene()
;kmyQuest.StartYuslanQyraScene()
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment