[ 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 Apothecary Chess-Classic. Large board variant obtained through tinkering with known games.[All Comments] [Add Comment or Rating] 🕸Fergus Duniho wrote on Sun, May 24, 2020 02:09 PM UTC: The function '#last_piece_moved' has not been defined. Its arguments are e10 f2 A variable appears as a string literal when it has not been defined. Make sure that last_piece_moved has a value assigned to it. The function 'White_Joker-Range' has not been defined. Its arguments are e1 I didn't give you any code for defining this, but it needs to be defined. def White_Joker-Range fn join str_replace "Black_" "White_" #last_piece_moved "-Range" #0; def Black_Joker-Range fn join str_replace "White_" "Black_" #last_piece_moved "-Range" #0;
A variable appears as a string literal when it has not been defined. Make sure that last_piece_moved has a value assigned to it.
I didn't give you any code for defining this, but it needs to be defined.