I am wondering if someone can provide a solution to storing chessboard objects such as blocks into JSON and be able to retrieve values to compare to the current board's values. For example, I want to retrieve all objects of a certain type, and see if there is a difference with the new and old board based on the position of it (UID or X/Y).
I am using this for my project, and my current solution uses JSON, Dictionary, and Instance Bank to load and save the chess values.
Preview of my event code:
<img src="http://i.imgur.com/NDFi5Qq.png" border="0">
Thank you.