It should be a very simple script but you'll need some sort of database work which I have no knowledge in.
As for the counting and listing it, you can just add a OnEnter script to your areas like this
string sName = GetName(OBJECT_SELF);
int iCount = GetDBInt(sName);
SetDBInt(sName, iCount++);
And for reading these you could loop through all areas, get the int from each of them and print them to the DM. Damnit, I really should learn the basics of databases...
Modifié par Xardex, 02 octobre 2011 - 10:04 .