I have an action button that performs a command called DrawSHL
There is a GKC for DrawSHL that does a SendSHL to the main deck.
The main deck maps SendSHL to Send to Location to send a card to the draw pile.
The draw pile has keyword “ReshuffleSHL” that sends the entire deck back to the main deck.
I have added a trigger to the button that checks to see if DrawSHL was invoked and the deck is empty. If so, issue the ReshuffleSHL:
But when I run it, nothing happens. Right-clicking on the button and choosing trigger does nothing either.
