when testing something, you can use $ticks to measure the execution time :

Code:
alias benchmark {
var %ticks = $ticks
;your script here
echo -a execution in $calc($ticks - %t) ms
}
This is a basic exemple.


#mircscripting @ irc.swiftirc.net == the best mIRC help channel