enderalse/source/scripts/sf_fs_nq02_sc09_aftervision_01028f7c.psc

23 lines
582 B
Plaintext

;BEGIN FRAGMENT CODE - Do not edit anything between this and the end comment
;NEXT FRAGMENT INDEX 3
Scriptname SF_FS_NQ02_SC09_AfterVision_01028F7C Extends Scene Hidden
;BEGIN FRAGMENT Fragment_0
Function Fragment_0()
;BEGIN CODE
GetOwningQuest().SetStage(420)
;END CODE
EndFunction
;END FRAGMENT
;BEGIN FRAGMENT Fragment_1
Function Fragment_1()
;BEGIN CODE
_00E_FS_NQ02_Functions FS_NQ02 = GetOwningQuest() as _00E_FS_NQ02_Functions
FS_NQ02.DunkanExamineDisabler()
;END CODE
EndFunction
;END FRAGMENT
;END FRAGMENT CODE - Do not edit anything between this and the begin comment