Lua Scripting Commands

Special Scripts

Talisman Specific Lua Commands

Talisman Attributes

The following attributes are used by the BBS and can be gotten or set via bbs_get_user_attribute or bbs_set_user_attribute.

In order to avoid collisions with future possible BBS attributes, please prefix your script attributes with script_, it might also be wise to further prefix with your name, or script name, for example:

script_apam_some_attribute

Or perhaps,

script_apam_ibol.lua_some_attribute

Please note: all attributes for a particular user are deleted when a user is deleted.