Page 1 of 1

[Command] sceneStart

Posted: Thu Nov 04, 2021 8:16 pm
by Raddeck
sceneStart()


USE:
Start the scene and open the scene UI


TYPE: Command, non-Ref
RETURNS: /
THEME: Scenes
COMPARE: sceneEnd, setBackground


EXAMPLE:

Code: Select all

WHAT: none
WHERE: none
WHEN: 0 - 24
WHO: none
OTHER: none
        
    SceneStart()
        //My scene content here...
    SceneEnd()