Hi. I will try and attach the code below but is quite large and you probably won't need to rear it to know what I mean.
Is there a way of making a void section only run once?
On part of my code I basically call the current Hour, Minute and Second and if it matches a set time, the 'void lunarfade' will run. However, as expected it will call the void multiple times in that one second and I can only have it to run once.
Anyone have any ideas how to do this? I'm guessing its pretty simple but can't figure it out.