Not sure what they are.. all I want to have is the ability for any to script to write to an offline player.
For example,
PHP Code:
function onPlayerLogout(pl)
{
pl.clientr.logout = getTime();
pl._mudClear(); //Removes all clientr. beginning with 'mud'
}