Ok, I finally figured out a fix for the double listing problem on a day's events listing. Find this:
PHP Code:
// Roll for this event
and under it add
PHP Code:
unset($rollbits);
That should do it. I've tested it loosely and it works. Let me know if there are any problems.
I think that addresses the 2 problems that people were having with this otherwise wonderful hack. I hope the author won't mind me posting the fixes I found and I hope they can be incorporated into the next release.