Hey! Moderately new to Skript, but loving it so far!! I'm developing a sort of 4 way Capture the Flag server, with some twists, and I've written this code to manage the flag system. Essentially, when a block is placed that isn't the flag, its canceled and the player is told. When the flag is placed, (a custom black_banner) Everyone is alerted, and the sideboard starts counting up 1 point every 30 seconds until the flag is removed. If its 1 point a second, this system works fine, but when I go to 30 seconds, the warning it gives when the flag removes is delayed 30 seconds after its been removed! I need it to imediately stop the loop, and immediately notify all teams, not 30 seconds after its removed. I have all the teams listed here in the code, but the first one was my attempt at changing to 30 seconds but keeping the notification instant, and the other three are examples of the script that has worked so far fine with the 1 second loop. I know this was really long, but essentially the issue is that the script doesn't know which loop to stop, when I change the time to 30 seconds, and move the "if" back. So what Im asking is, is there a way to reference that specific loop, or maybe just a better way to do this? Here is my example code: