The problem was that player was an undocumented operator, and var player would not see player as the string "player". I'm not sure of what use it could be, since it returns the userid of the current player, which is useful only in email games. I don't think it would have any application for test games someone plays against himself. Because of that, and because it is undocumented anyway, I got rid of it.
The problem was that player was an undocumented operator, and var player would not see player as the string "player". I'm not sure of what use it could be, since it returns the userid of the current player, which is useful only in email games. I don't think it would have any application for test games someone plays against himself. Because of that, and because it is undocumented anyway, I got rid of it.