====== Wait ====== Stops script execution for a specified time ===== Syntax ===== procedure Wait(aMilliseconds: integer); ==== Parameters ==== * **//aMilliseconds//** * //type:// integer * //functions:// waiting time ===== Examples ===== -//Wait for 2 seconds Wait(2000);