View Single Post
  #5  
Unread 03-13-2005, 09:46 AM
Kosmos's Avatar
Kosmos Kosmos is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Lucan DLere
Posts: 581
Default

While your working with this mod you might want to consider an idea if you haev not already done so.

If you use standard labels for these bags, it seems to me that it would be possible to include a button on the bank window that would open all bank bags.

From the list there is
bag_open (may take the label after the command)

there is also
get_bag_label (might return the value if the bag selected, or move the bag from bank to inventory?) not sure on syntax

label_bag (probably sets the bag label)

I thought those might help if you hadn't alread found them.
It would be very useful to be able to toggle bank bags.
seems it might be possible to do the open_bag <bag_label> type command and get it to open whatever bag you are addressing. ??
You could just repeat the command for each of the standard bag labels.
Reply With Quote