In the current version the behavior is: Strength: $sum(Strength)$, Defense: $sum(Defense)$
The parser executes any commands (###) encapsulated within the $####$. works in the popup viewer. For Inventory it is quite tricky, but I seemed to stumble upon a report format that works in the game F&E. --- In [email protected], "Brent Easton" <[EMAIL PROTECTED]> wrote: > > > >To report the total strength of an army, > >you'll have to plug in some Java code. However, you could use the Inventory > >tool, which can sum the values of a names property for all pieces that fall > >in the same folder (which could correspond to the location of the army > >display). > > The Mouse-over Stack Viewer also has this capability. > > Click on the 'Display Text?' option and then in the 'Summary Text above pieces:' box, you can put something like > > Strength: sum(Strength), Defense: sum(Defense) > > where Strength and Defense are markers with values defined in each of your units and in the popup viewer you will see > > Strength: 12, Defense: 6 > > Regards, > Brent. > > > > ____________________________________________________________ > Brent Easton > Analyst/Programmer > University of Western Sydney > Email: [EMAIL PROTECTED] >
