Pausing a script
Pausing a script
Hi,
Is there a way of pausing a script for an x number of seconds and then it continues.
e.g.
if(entry < 1)
{
show entry_does_not_exist;
pause for 5 seconds
hide entry_does_not_exist;
}
Thanks
Nigel