View Single Post
  #7  
Unread 03-13-2005, 11:47 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

Quote:
Originally Posted by Zonx
Aye, the stupid spaces stumped me when I messed with the bank window previously. I'll look at it again. I suspect it'll be much easier now. Prety sure all that's needed is a button that sets Press=true for each slot

get_bag_label probably returns the player defined bag name (they call it a label in game). label_bag I assume sets the bag label.

I have not yet found a way to target specific bag windows or examine windows from other windows but we can activate slots

the default labels are probably just indexed like bank_bag_label 0 or something like that. I'm not sure, I've not played with the bank window.

You could just define the bag labels in the XML with the bag_label then
do an OnPress="open_bag_label=bag_1 etc..etc.."
Arn't the slots in the bank labeled, rather than the bags themself?

Like when you create a setting for position. its saved for that slot, not for that bag right? So maybe address the slot labels rather than the bag labels?

Man that would be nice to get something like that working.
Reply With Quote