Hi, looking for some help.
What I want to try is to have a way of changing the groups levels in scenes, without effecting the current lighting levels.
Like having an OFF Line area to adjust and save scene values. But only get called the next time the particular scene is called.
Example, a store OPEN scene sets lighting cir's 1=50% 2=70% 3=40% etc.
Then we need to adjust those values to say cir's 1=75% 2=20% 3=80% but they cant effect the current lighting levels is the store until the next time the OPEN scene is pressed.
I'm new to this functions and scripting.
This function would be perfect to a new project i'm working on now.
The setup i want to show the end user, is like a visualization site to change values to a scene and then save with a button.
So im out on deep water, and really could need some help that someone could describe where like to put the scirpt above, and how proceed to get all working.
Is it in "common functions", and how to do the setup in the visualization site?
Sorry for the questions, i hope someone have the patience to describe.
If you want to save current values for a pre-defined scene then you only need a simple event script. Create a Boolean object and assign an event script to it, change MY_SCENE_NAME to your scene name.