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.
 
 
 

19 lines
537 B

ScriptName _00E_SQ_D_01_Functions Extends Quest
;-- Variables ---------------------------------------
;-- Properties --------------------------------------
Scene Property SQ_D_01_SC01_DijaamGoToBar Auto
;-- Functions ---------------------------------------
; Skipped compiler generated GetState
; Skipped compiler generated GotoState
Function StartSC03()
SQ_D_01_SC01_DijaamGoToBar.ForceStart()
If SQ_D_01_SC01_DijaamGoToBar.IsPlaying()
_00E_Debug.PrintMessage("SQ_D_01_SC01_DijaamGoToBar is playing!")
EndIf
EndFunction