This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

time delay

Old posts that have not been replied to for several years.
Locked
c
crazy-nic
Voice
Posts: 19
Joined: Wed Jul 02, 2003 12:44 am

time delay

Post by crazy-nic »

Hi hope your could help me i want to know how to make my commands delay for a timing?
and if i have one long list of commands and i wish to delay some time before it excute the next

Hope your could help me.
User avatar
z_one
Master
Posts: 269
Joined: Mon Jan 14, 2002 8:00 pm
Location: Canada

Post by z_one »

You could go around using timers.
What you can do is set a timer to call a procedure that contains the commands you want to delay (that way you can group them all and use one timer instead of a timer for each command to execute).
If you want the delay to be in seconds use utimer, if the delay is in minutes then simply use timer.
Locked