[ 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 How to Enforce Rules in Game Courier. A tutorial on programming a rule-enforcing preset in the GAME Code language.[All Comments] [Add Comment or Rating] H. G. Muller wrote on Thu, Jan 19, 2023 11:50 AM UTC in reply to Daniel Zacharias from 05:04 AM:If this is 'Post-Move' code, the Pawn has already landed on the to-square, so that it is no longer empty? Try verify == captured @; For my understanding: why is it necessary to copy the screen to a variable, before testing it. Is there a problem with writing capture screen; ?
If this is 'Post-Move' code, the Pawn has already landed on the to-square, so that it is no longer empty? Try
For my understanding: why is it necessary to copy the screen to a variable, before testing it. Is there a problem with writing
?