mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-29 05:17:58 +03:00
Lua scripts configuration in omwaddon
This commit is contained in:
parent
58fd560ce9
commit
a70d5831c5
26 changed files with 700 additions and 236 deletions
|
@ -165,7 +165,11 @@ Possible flags are:
|
|||
- ``MISC_ITEM`` - a local script that will be automatically attached to any miscellaneous item;
|
||||
- ``NPC`` - a local script that will be automatically attached to any NPC;
|
||||
- ``POTION`` - a local script that will be automatically attached to any potion;
|
||||
- ``WEAPON`` - a local script that will be automatically attached to any weapon.
|
||||
- ``WEAPON`` - a local script that will be automatically attached to any weapon;
|
||||
- ``APPARATUS`` - a local script that will be automatically attached to any apparatus;
|
||||
- ``LOCKPICK`` - a local script that will be automatically attached to any lockpick;
|
||||
- ``PROBE`` - a local script that will be automatically attached to any probe tool;
|
||||
- ``REPAIR`` - a local script that will be automatically attached to any repair tool.
|
||||
|
||||
Several flags (except ``GLOBAL``) can be used with a single script. Use space or comma as a separator.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue