mikec submitted a new resource:
PlayerLog - Update to example script included with JintPlugin
PlayerLog - Update to example script included with JintPlugin
Read more about this resource...This is an updated version of the PlayerLog plugin that is included with JintPlugin. It's actually a good example now, not a hastily thrown-together hack. The new version demonstrates the new Jint engine supporting Javascript semantics better than the one Magma.
- a Javascript PlayerLogData object is defined in global and instanced inside a hook, passing a Player object and timestamp to initialize its properties.
- the object is converted to JSON and logged to file, or to Web....