
Hello,
For scripting I’d really like if there was a way to basically keep a deck-like object around even once all the cards are drawn. Maybe like a ghost outline when it’s empty, and cards can be placed back into it and make it a deck again.
One of the MOST annoying things about scripting is when you are getting down to the last card and the deck splits and poofs into thin air. Makes it so you caan’t really make games that are reusable AND also use GUIDs. Instead its zone spam which is really unfortunate.
With a “perma-deck” you can just hold a reference to the deck and it never goes away, even if it’s fully exhausted. Also could act as a kind of snap point for all matching cards (i.e. cards sized correctly to go in the deck)