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.
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.
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.