


                                   FAQ



     The program doesn't compile on my computer
        Well, it is not stable yet, so there may be problems around.
        Please read the INSTALL file carefully, and study the BUGS
        <http://realtimebattle.netpedia.net/Documentation/BUGS.html>
        file.


     My robot doesn't work as I expect
        If your messages are not recognized at all, the problem may be
        that the STDOUT needs to be flushed. In C++ this is done
        automatically by sending endl to cout, but in other languages
        you have to do it explicitly.

        Another common mistake is to forget whitespace between the
        arguments of a message. This problem can be hard to find since
        the warning message is usually sent too late or not at all.











































