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
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.