On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hello, I have a stupid question:

As you can see, old cards were discard at the same time when the new cards deal. But, is there have anyway I can immediately discard all hand cards when I click the "End Turn"? cause I want to set some images at there between the turn, but the old cards will in front of it. Thanks!

Hey MESA, thanks for your question! Don't worry, there are no stupid questions.

You can do this by adding Card Actions to your End Turn Skill. This is the Skill that is activated when you hit the End Turn button, you can set it in the End Turn Button Plugin parameters. For example, the following Notetag:

<willEndTurn>
<Card Actions> Discard Until 0 </Card Actions>


Will Discard all Cards in your Hand and then End your Turn. This makes it such that when you draw cards at the start of your next turn, you will have an empty Hand before cards are drawn. Hope that helps :)

Thanks, this works perfectly!