Action to Draw cards

Could someone help me with this module? I want to move some cards from the Hero map to the Green map, and on the Green map, I want to draw cards for the designated hand positions.
I got to move the cards from the Hero map to the Green map, but the draw action doesn’t work. However, when I move the cards from the Green deck and return them to the deck, the draw action works fine.

https://1drv.ms/u/c/e9b8d8e94975110e/ERpo7Za_j6dKt-gf3pH6ToQBWgk8TEa7esj7tA_qrvVitQ?e=VRMvDC

I am not sure where exactly on the map you want to send the cards. You are never accessing your global key command.
Take a look at this module, there is a lot of moving cards from one place to another

Kevin

this is what the card prototype looks like.

Yes, the Global Key Command and the 2 Send to Location traits in your card prototype all lack entries for their menu command–therefore, a user never sees anything in the right-click context menu of the card to execute these commands. You’ve used named commands, which is fine, but something actually has to call these commands to get things moving. That could be something on the piece itself or a toolbar GKC that applies the command to the topmost item in the draw deck.

I understood it. However, when I draw a card and put it in the deck, the draw action works without any problems.
I modified the action in the hero to the auxiliary deck, and the draw action worked as well.

Thks

I managed to complete all the draw actions.
Thks for the help.