-
| Sorry for asking if this has already been a solved question or something that was asked, I can't find an answer. My entire song is a video and just wanted to know if it was possible to skip the countdown so the video doesn't play during it and become offset at the start. Thank you. | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            r6915ee
          
      
      
        Aug 19, 2025 
      
    
    Replies: 1 comment 4 replies
-
| You may want to cancel the events involved, if those satisfy you: function onStartCountdown(event:CancellableEvent) {
    event.cancel();
} | 
Beta Was this translation helpful? Give feedback.
                  
                    4 replies
                  
                
            
      Answer selected by
        NiftyAC
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
You may want to cancel the events involved, if those satisfy you: