LackeyCCG

LackeyCCG Forum => Plugins & Plugin Creation Forum => Topic started by: chance_boon on January 27, 2012, 07:33:30 PM

Title: Drawing from the table
Post by: chance_boon on January 27, 2012, 07:33:30 PM
OK, I've been sorting through posts for a while trying to answer this and I'm still a little in the dark.

My end goal (and this is academic, not for anything in particular, just a learning exercise) is to be able to play a single card from a small deck onto the table (easy enough) and then pull that card automatically from the table and shuffle it back into the deck when I play the next card.  Is this possible?

Thanks!
Title: Re: Drawing from the table
Post by: Trevor on January 27, 2012, 08:05:57 PM
It isn't possible to automate that, and I think you'd actually not want it to be done. Whenever you try to do complex things with the interface, it makes the interface generally more difficult to use.

There are a number of ways to do all the individual steps, but stringing them all together is more trouble than it's worth.
Title: Re: Drawing from the table
Post by: chance_boon on January 27, 2012, 09:06:58 PM
I had a feeling that was the case, thanks for the quick response.