quote:
Originally posted by CookieRevised
You can alter the lines in the translation files yourself to make a distinction between them.
Great idea. Maybe a future version will support colours though?
EDIT: btw, I use this custom function now in my scripts
code:
function trace(message){
Debug.Trace("OUTPUT - "+message)
}
Makes my messages stand out a bit better