enderalse/source/scripts/_00e_sq_d_01_functions.psc

20 lines
537 B
Plaintext

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