I am looking for the best way to freeze a function for a certain amount of time. I can do a loop with a counter but thats a bit sloppy and generates lag. In c-script we had a "wait" function that we could use to pause the function for a certain amount of time... is there anything like that in basic? Ive tried this with a var counter and using time but the loops lag the mouse and program out a little.