nanDECK Version 1.28.1

Hi all, version 1.28 has a bug that makes HTMLTEXT unusable when OVERSAMPLE is present, so I quickly released this update. Also, there are these additions:

New SETF directive

This directive creates a filter that is applied in the Simulator: when a card is drawn in a hand, it is kept only if the tag indicated in the first parameter is equal to the number indicated in the second, otherwise it is returned to the deck and another is drawn; this filter is applied to the card indicated in the third parameter. The syntax is:

TAGF = tag, number, card

Added the ability to use a sequence of filenames in the first parameter to the LINK directive

This can be useful when you want to link an undefined list of files, obtained for example from a DIRFILES function. Example:

[a]=dirfiles("data*.xlsx")
link=[a]

Added E flag in DECK to delete an empty deck

In the virtual table, with this flag when the deck is empty it is eliminated.

Liked it? Take a second to support Nand on Patreon!
Become a patron at Patreon!

2 thoughts on “nanDECK Version 1.28.1”

  1. Quick question: is there a way to apply cutting guidelines when we print a page of cards?

    1. Sorry for the late reply but I don’t get notifications.

      The guidelines are in the 4th parameter of BORDER. Example:

      border=none,#000000,0,solid,#FF0000

      Due to spam I will disable comments on this site. For more information it is better to use Discord or BGG.

Comments are closed.