Does anyone have a simple visual example showing exactly how to set up a dynamic property and a text label so that the label can be changed during a game via a right mouse click on the game piece?
It’s hard to follow exactly what has to be enclosed in braces {} or $$ in which fields are required. A screen shot of a text label properties box and associated dynamic property properties box should make things very clear. Thanks!
Here’s a minimal module showing how to create a Text Label that displays a Dynamic Property.
To start understanding the difference between things you see enclosed in braces { } (BeanShell expressions) and values enclosed in $ $ (simple expressions), check out the Expressions reference page.