Warmuptill
Active Member
Then you would have to adjust your time based macros to already "trigger" earlier but wait a specified amount of time before performing their actions.Ignore any scene changes in the last few seconds before the time of a time based scene change
To use your example for a intended scene change at 14:00:00 you could use a macro similar to this:
This will already match at 13:59:55 but wait 5 seconds before triggering the scene change.
During this waiting time no other actions are performed. (*unless* you set the checkbox above "Run macro in parallel to other macros")
This approach can performed in a similar way by just adding a "wait" action after the corresponding scene changes.or if two scene change is too close together, than delay the second scene change so much that a certain amount of time elapses between the two.
Just as above during the "wait" action no other macros are able to run. (Unless explicitly specified)
Hope that helps! :)