Anytime I want to keep track of an event, I simply use the following:
Code:
quest::write("bossdeaths.txt","$mname was killed by $name the $class.");
I think that would be the best way to do what you want, but there is only 1 problem which I too would like resolved; there isn't a way to do a timestamp in this command as far as I can tell. If you could use this command and have it do a timestamp with a $timestamp identifer, that would be awesome. I wonder how hard it would be to get that identifier added into the source. Unfortunately I am not a coder yet, or I would do it myself lol.