Hi, this is going to be pretty hard to explain....
I'm making a mini-game which is pretty much a card game, but made from... a menu.
To win points, they must have at least 3 of the same card. So what I'm trying to (because I can't select multiple inventory items at the same time), is for the player to click on an inventory item that there is 3 of, drag it over to a button, and it then checks if there's at least 2 of the same cards, and if it's true, then those 3 cards are deleted.
The problem is, if I click on the button without query counting, it works, but as soon as I link it to check the query, nothing happens.
This is what the link is, with query counting, only half the screen because there's about 11 cards and it just repeats over and over
I made a green line of the card that I'm checking which is card2
It might be confusing so tell me if you need clarification
Thanks

Comments