Alright, it would take a lot of memory, but you need a zone at every coordinate you want to track, all with a player enters → transmit on.
Add a property called PlayerLocation, and make it text. Make sure it’s scope is player.
Now add a trigger on every zone.
They should all look like this but “Trigger When Receiving On” should match the tile they sit on.
Inside the trigger, they need the following block code, again matching the trigger with the zone’s coordinates.
(This is the top-left trigger)
(This is top-right)
(Bottom-left)
(Bottom right)
Add a wire repeater with a delay of 0.1 seconds.
Add four wires from the zones to the wire repeater. They all are: Player enters zone → repeat pulse.
Add this code to a notification:
Finally, wire the wire repeater to the notification.
THERE YOU GO!
As you walk through the zones, it should change the property to the current coordinates that you are standing in.