Set Repeat Interval

Hey All

I was just wondering if there was a way to set something to repeat at a certain interval?

E.g. Have it repeat the function every 0.05 seconds etc?

Any suggestions welcome.

Thanks :slight_smile:

e.g.

repeat with i from 1 to 3
	say (4 - i)
	delay 1
end repeat
say "BOOM!"