Skip to content

Duel.HintSelection

Source Code | Usage Examples | Duel Functions

Highlights a card(s) similar to targeting, that is typically on the field, in the GY, or that is banished. Also logs it in the in-client Log tab. Used for effects that select a card(s) without targeting it to indicate which card(s) was selected (e.g. "Fiendsmith Engraver", "Vision HERO Poisoner").

Signature

Duel.HintSelection(Card|Group card_or_group, [bool log_as_selection = true]) → nil

lua
Duel.HintSelection(card_or_group,log_as_selection)

Parameters

  • Card|Group card_or_group

    The card(s) to highlight.

  • bool log_as_selection

    Optional. Defaults to true.

    If set to false the log in the client will say "targeted" (string 1610) instead of "selected" (string 1680).