Hercules Wiki
Brought to you by:
bgamez23
This will open the character's [Kafra] storage window on the client
connected to the invoking character. It can be used from any kind of [NPC]
or [Item script], not just limited to Kafra Staff.
The storage window opens regardless of whether there are open NPC dialogs or
not, but it is preferred to close the dialog before displaying the storage
window, to avoid any disruption when both windows overlap.
[Mes] "I will now open your stash for you";
[Close2];
[Openstorage];
[End];