[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Single Comment
Yes, you should use the empty command. Game Courier used to be able to take moves as commands, but to separate parsing of commands and moves, I changed it to internally preface any move with 'MOVE: '. When it sees moves in the programming code without the MOVE: keyword, it doesn't know what to do with them. Use commands where you can in the programming code, and use actual moves only where needed.