26 lines
824 B
Plaintext
26 lines
824 B
Plaintext
|
Scriptname _00E_EnvironmentScene03_Functions extends Quest
|
||
|
|
||
|
|
||
|
;=====================================================================================
|
||
|
; FUNCTIONS
|
||
|
;=====================================================================================
|
||
|
|
||
|
Function StartInterlude01()
|
||
|
|
||
|
EnvironmentScene03_Interlude_01_SC.ForceStart()
|
||
|
|
||
|
EndFunction
|
||
|
|
||
|
Function StartInterlude02()
|
||
|
|
||
|
EnvironmentScene03_Interlude_02_SC.ForceStart()
|
||
|
|
||
|
EndFunction
|
||
|
|
||
|
|
||
|
;=====================================================================================
|
||
|
; PROPERTIES
|
||
|
;=====================================================================================
|
||
|
|
||
|
Scene Property EnvironmentScene03_Interlude_01_SC Auto
|
||
|
Scene Property EnvironmentScene03_Interlude_02_SC Auto
|