I have about 8 Zones which i’d like to Highlight in different ways (so, different Higlighters) in function of the Turn Counter value (as example, say that if Turn==1 i want zone 1 and 5 in green and zone4 and zone8 in red, if Turn==2 then only zone 2 should be highlighted in yellow, if Turn==3 no zone needs highlightin, etc).
Seems obvious to me that i need one Global Property for each zone, and i need to store in each of them the “Name” of the highlight i want, if any.
How do i do that? I would like to have Global Calculated Properties, but they doesn’t exist; have i to use an hidden “worker” piece to set all these Properties? Can beanshell expression SET (multiple) Properties, or they can only return one value?