====== RuningTime ====== Gets the time of the script running in seconds. ===== Syntax ===== function RuningTime: integer; ==== Returned value ==== * //type:// integer * //functions:// time of script running in seconds ===== Examples ===== -var rtime := RuningTime;