Stops script execution for a specified time
procedure Wait(aMilliseconds: integer);
//Wait for 2 seconds Wait(2000);