diff options
Diffstat (limited to 'server/scripts/script_commands.txt')
-rw-r--r-- | server/scripts/script_commands.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/server/scripts/script_commands.txt b/server/scripts/script_commands.txt index 9c76e4e..1aa0f3a 100644 --- a/server/scripts/script_commands.txt +++ b/server/scripts/script_commands.txt @@ -5423,7 +5423,7 @@ has no gear, script will be terminated with an error. //===================================== --------------------------------------- -*openstorage() +*openstorage({<storage_id>, <storage_mode>}) This will open character's Kafra storage window on the client connected to the invoking character. It can be used from any kind of NPC or item @@ -5438,6 +5438,12 @@ storage window, to avoid any disruption when both windows overlap. openstorage(); end; +Storage Modes: + STORAGE_ACCESS_VIEW // View storage only + STORAGE_ACCESS_GET // Allow getting items from storage. + STORAGE_ACCESS_PUT // Allow putting items to storage. + STORAGE_ACCESS_ALL // Allow all actions. + --------------------------------------- *openmail() |