How might one use these events? Can you explain it a little more, I've never used them (those particular events),
I haven't read the whole topic, but I have a feeling he means like
(time where you want this to happen)>self/named brick(name)>setprintcount/incprintcount>number of increase
If you have the print count events happening to the brick you're talking about it would be
onprintcountoverflow>self>fire relay
on relay>self>do what you wanted it to do
for the next lines you'd have the score increasing events
(time)>self>incprintcount>number of increase
(time)>self>incprintcount>number of increase
etc
If it's happening to another brick, both have to be named, and you'd just have to change the self to the named brick to get it to work right.
You'd have to edit this to work with the print counts and overflows for it to do what you wanted.