20 lines
537 B
Plaintext
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
|