Hi I have made a function for a fog effect to come on in the first 5 seconds for example but I would like to make the function disappear 10 seconds later for example any ideas?
You can't turn off a function, but you can turn off "Every X Seconds" condition after 10 seconds, Just make a global value or something like that, and make "Every 10 seconds">Set your global value to 1, and add to your "Every 5 seconds" another condition "Global value = 0", that's the easiest way.