Drawn card trigger

Is there a way to set a trigger to fire when a card is drawn from a deck?

I thought it should be an obvious thing, but I can’t seem to find a way to detect it.

vassalengine.org/wiki/How_to … lip_a_card

Such as an example to flip a card once its been drawn…?

Not quite. Digging a bit further I found out the the deck has it’s own LocationName. So I can use the key command to units ending move on this map, and have a Trigger Action of the card like that:

Trigger when properties match: {OldLocationName==""}
Perform these keystrokes: ReportCardDrawn

That seemed to do the trick.