🕸Fergus Duniho wrote on Fri, Dec 9, 2022 11:17 PM UTC:
Using the Web Developer Tools Console in Firefox to debug the JavaScript, it told me that board[castleRank] is undefined in your MoveToText function. While castleRank is assigned a value in your PartnerDetect function, it has not been assigned a value in MoveToText.
Using the Web Developer Tools Console in Firefox to debug the JavaScript, it told me that board[castleRank] is undefined in your MoveToText function. While castleRank is assigned a value in your PartnerDetect function, it has not been assigned a value in MoveToText.