I made this very simple base for a card game called “Spades” but I can’t select a specific card / also can’t figure it out. Could @WoofWoof or really anyone else help me out?
Press LMB to change turns and place a card into the middle onto the plate.
1 Like
Use a “get value from” block. The number specifies the item from the array of your choice.
You could use a variable to select a specific value from an array and then remove it via it’s index.
Updated link!
Could I get a specific example? I understand the basics of what you’re saying but I don’t know how to execute that