This community has helped me before and I am relying on it once again as I am struggling immensely.
I am using the scrollview and gridview and gridviewdatabind to make my items and shop menu.
as you can see, on layout, only one of each sprite exists but playing it uses JSON, AJAX and the gridviewdatabind to show an array.
Each button has its individual UID but I don't know how to use that information to make sure that when I press a 'toycar' buy button, I am only 'buying' that and the item gets grayed out and available in the items menu.
The UID for the buttons seem to be going up in 4s. so the button for the teaset is 64, toy car is 68, then next is 72, 76, 80.
How do I use this knowledge that each shop buy button has a different UID to change:
JSON code so once item bought, item cannot be bought again and is greyed out
add the item to the item menu now (which looks exactly the same as shop menu)
I tried to contact the creator of the addon but no use and I tried asking on discord construct3 and currently waiting if anyone will help