Monitor how many NPC kills you have made for each CR class of monster, the total number of NPC kills you have made, and the total number of PVP kills you have made. The system also has functions for storing and retrieving information persistently to a database. The type of information is toggleable with switches in the main include file called "vg_killstats_inc"
A demo module is included to demonstrate basic functionality and basic installation. I have also included an erf with a placeable that reports the kill stats to PCs and an erf for basic demonstrations of how to save to and load info from the database that stores the PC kill stats. The erf called �vg_killstats_met� contains the placeable.
In reality, the only thing a builder needs is the include file in the code box. This code contains all the functions, which can be called from any place the builder feels appropriate.