[ Help | Earliest Comments | Latest Comments ][ List All Subjects of Discussion | Create New Subject of Discussion ][ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]Single Comment Game Courier Developer's Guide. Learn how to design and program Chess variants for Game Courier.[All Comments] [Add Comment or Rating] Daniel Zacharias wrote on Mon, Feb 19, 2024 01:35 AM UTC in reply to Diceroller is Fire from Sun Feb 18 08:04 PM: how to enforce that first white’s move must be by Superpiece in the pre-game section add setflag firstmove; and in post-move 1 add if != #mover S and flag firstmove: die "You must move the S on your first turn"; unsetflag firstmove; endif;
in the pre-game section add
setflag firstmove;
and in post-move 1 add