using System; using System.Drawing; public static class VoiceBotScript { public static void Run(IntPtr windowHandle) { // wait 1s to allow time for the fast foward/rewind scripts to detect it's running BFS.General.ThreadWait(1000); } }