Hi all,
I'm building a farm sim and I am trying to find a way so I can change all of my "watered" tiles into "not watered" tiles every time the character starts a new day. The way I imagine this working would be to check for all instances of tiles that have the id of 1322 (watered) and change them to tile id 1282 (not watered). So what I would need to be able to do is select all tiles with the tile ID 1322.
Is there a way for me to do this?