diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-08 12:03:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-08 12:03:44 -0300 |
commit | 1a92a7784ab84f4bae47f0d659573c4263ba404d (patch) | |
tree | 8415af5d5d0674aa86bbad820c6cd2e9a07ec75d /server/scripts/script_commands.txt | |
parent | 947909920eb5d56a5c3fcd17aac74c8c97db4aa5 (diff) | |
download | docs-1a92a7784ab84f4bae47f0d659573c4263ba404d.tar.gz docs-1a92a7784ab84f4bae47f0d659573c4263ba404d.tar.bz2 docs-1a92a7784ab84f4bae47f0d659573c4263ba404d.tar.xz docs-1a92a7784ab84f4bae47f0d659573c4263ba404d.zip |
Update openstorage() documentation
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() |