Check boxes for damage?

I have a damage sheet I want to use in a module but have no idea how to get a check box type setup to mark damage off as it happens. Anyone have any pointers?

You can apply a Dynamic Property to a piece …let’s call it DamagePts.

Give it a default value, a range and, under Key Commands, create a Menu Command of something like Adj Damage. Set it to Prompt User with “Enter Damage”.

Then put a Text Label somewhere on the piece. In the Text box, put $DamagePts$.

Now you can right-click the piece, select Adj Damage, enter the new damage rating and it will automatically display on the Text Label.