this is what i currently do. ``` await ctx.tick().until(top.video_vs | top.video_de) if await ctx.get(top.video_vs): # Frame complete break ``` I guess I need to save the return of ctx.tick.until?