Draw a random card from a player hand

Hi guys,
Was wondering if someone could point me in the right direction to be able to have a random card discarded from a players hand.
Thanks,
Dave B

One method is to send all cards in the hand window to an empty draw pile (which could be defined in the hand-window, perhaps offset from the visible area); send one card from there to the discard location and then send the remainder back to the original hand location.

You will find an example in the Commands & Colors Napoleonics module. Look in the Allies or French private windows. You will see a multi-action button (“discard 1 card for square” or some such name) that strings together the automation. Cards to be discarded in this way have the Send To deck and Send To Location traits required to perform the individual actions.

Will do.
Thanks

Got it.
thank you very much, this will work fine.