Can i draw from the bottom in a different way? + Zone Highlighters

Html works in button text but not images, iirc.

I see, thanks.

I wanna ask, how can i change the Font for my module? And i mean in general and not only for me

Can you help me to resolve this? i did what you said but im pretty sure something is missing

There are the property of the Deck and of the Card


When he used carets (the < and > characters around deck_name), that was for example purposes. You don’t want those in your expression unless they are literally characters in your deck’s name.

The error still appears in chat

Even the expression is in error

That’s because you can’t have spaces in Property names within Beanshell code (if you’re using the Expression Builder, it’s BeanShell). You need to use GetProperty("Deck (P1)_numPieces") instead of just Deck (P1)_numPieces (or rename your decks so they don’t have any spaces in their names, or don’t use BeanShell [not always an option]).

Edit: Pretty sure you can’t have parentheses, either, without using GetProperty()!

2 Likes


Now it’s all wornking… at least for the expression xD

I need to change something in the card prototype?

This is what happen with the current setting… basically, nothing.

You dropped the DeckPosition == part of the equation, which needs to be before GetProperty.

Now it’s all working :slight_smile: thanks