View Single Post
  #2  
Old 06-25-2008, 07:53 PM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

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.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote