Skip to content

My first Script 5.1 Lua Scene

Where you can create a new Scene

Find

Click on Add New button.

Find

Select Script 5.1 Lua Scene.

AddNew

Insert your custom Scene Name.

SceneName

The function resiot_debug write into the Script Engine;
The function resiot_globaldebug write into the Console Log.
Once you are ready click on Run button.

    resiot_debug("Hello")
    resiot_globaldebug("World!")

Find