.. list-table:: :widths: 20 20 60 * - Interface - Can be used - Description * - :ref:`Activation ` - by global scripts - Allows to extend or override built-in activation mechanics. * - :ref:`AI ` - by local scripts - Control basic AI of NPCs and creatures. * - :ref:`Camera ` - by player scripts - | Allows to alter behavior of the built-in camera script | without overriding the script completely. * - :ref:`Controls ` - by player scripts - | Allows to alter behavior of the built-in script | that handles player controls. * - :ref:`ItemUsage ` - by global scripts - | Allows to extend or override built-in item usage | mechanics. * - :ref:`Settings ` - by player and global scripts - Save, display and track changes of setting values. * - :ref:`MWUI ` - by player scripts - Morrowind-style UI templates. * - :ref:`UI ` - by player scripts - | High-level UI modes interface. Allows to override parts | of the interface.