====== runingTime ====== Gets the time of the script running in seconds. ===== Syntax ===== runingTime = function(); ==== Returned value ==== * //functions:// time of script running in seconds ===== Examples ===== -wait(5000); log(runingTime());