Cronnix every 5 second script

I’m trying to set a script that will run every 5 seconds but Cronnix doesn’t have seconds in it. Where can i activate the ‘seconds’ tab ?

Browser: Safari 412
Operating System: Mac OS X (10.4)

set whatever to true

repeat until whatever is false
	
--enter your code here
	
	delay 5
end repeat