Game Development Community

whats the difference between error and echo

by Johnny Vo · in Torque Game Builder · 07/06/2009 (3:04 pm) · 1 replies

Hi whats the difference between these two functions.

error("file does not exist");
echo("file does not exist");

Thanks!

#1
07/06/2009 (3:31 pm)
I'm pretty sure the only difference is that error displays red text in the console?