Having made a simple dice roller statistic report using three Global Properties and the Hotkeys for the Change-Property Toolbars, it worked fine. For a while.
This is how the report on the hotkeys looks like
* Soviet CRT roll number 1 = 10
* added to Soviet CRT roll total = 10
* Soviet CRT roll average = 10
After a few rolls the third report gets missing from time to time and then all together.
* Soviet CRT roll number 4 = 6
* added to Soviet CRT roll total = 22
* Soviet CRT roll number 5 = 8
* added to Soviet CRT roll total = 30
* Soviet CRT roll average = 6
* Soviet CRT roll number 6 = 6
* added to Soviet CRT roll total = 36
* Soviet CRT roll number 7 = 3
* added to Soviet CRT roll total = 39
* Soviet CRT roll average = 5
* Soviet CRT roll number 8 = 8
* added to Soviet CRT roll total = 47
* Soviet CRT roll number 9 = 6
* added to Soviet CRT roll total = 53
* Soviet CRT roll number 10 = 1
* added to Soviet CRT roll total = 54
The number rolled is added to a GP, and this GP value is divided by the number of rolls (a second GP) to calculate the average (the third GP).
Here is a link to a tiny example module showing the strange behavior:
Any help is welcome.