Successfully added Fire Weapon using Dynamic Property, which adds an property to the game piece, which is great. Is there an recommended method for tracking ammo and reporting the weapon and ammo count to the command line?
Alright so I tested Dynamic Property to use for tracking ammo, and it worked, however I cannot display weapon type shot to the command line and the current amount of ammo, should I create some types that can be added to Dynamic Property, like Weapon.
My question is how do I report game piece properties to the command line? Thanks
Thanks PawnPusher, the chat log is exactly what I meant. The problem i’m having is i want to report an dynamic property at the game piece level, and Report Action can only insert properties from VASSAL global variables and MAP global variables.
It wasn’t clear to me that construction via Expression Builder was being referred to here, but yes that limitation exists. My point was broadly about the capability of the Report Action trait, which can certainly output properties on the piece to which it belongs.