Thank you. That was very helpful. Here's what I ended up using:
on link x do
target: deck.cards[x]
if target
if !(target.widgets.channel.text = card.widgets.channel.text)
go[x "Wink"]
else
go[x]
end
else
send link[x]
end
end