Recurring ToDo List with Tally

Can Tinderbox do the following?

Checkbox Task # Times Checked

Each Time it is Checked off… It automatically Reappears

☐ Stand Up 12

Before I go digging … and trying to figure it out… Just wondering if it is possible.

Thanks

Let’s begin by creating a new numeric attribute, $Tally. It defaults to zero, and each time the note is checked, we’ll increase it.

We’ll also make a prototype for these recurring notes, named Recurring.

Now, let’s have an agent look for recurring notes that have been checked:

AgentQuery: $Prototype=="Recurring & $Checked==true

Now, what do we want to do?

AgentAction: $Checked=false; $Tally=$Tally+1;