Mojko wrote:
Well, the easiest way is not change the condition of the card from
if (($mylast_card->GetResources("") == 0) and ($mylast_action == 'play'))
to
if (($mylast_card->GetResources("") == 0) and ($mylast_action == 'play') and $mylast_card->ID > 0)
yes, coscript has the same code:
if (($mylast_card->GetResources("") == 0) and ($mylast_action == 'play'))