Edit

User File

This file (internal name User) is available for scripts to store persistent user data See also the User2 file.

FieldTypeSizeNotes
LastModifiedTimeSThe date and time that this record was last changed.
KeyT9A unique key to identify the record. Note that many plug-ins use their own set of keys, so you need to manage any conflicts.
DataT245text data for the key

Records can be inserted into the table by importing them, either as XML or with the pseudo-map ":/User", or using the SetPersistent function (see the mwScripting reference guide). The first field is the key, and the second (separated by a tab) is the data. If the key already exists in the table, the record will be overwritten (otherwise a new record will be created), unless the data is empty, in which case the existing record will be deleted.