My game is using two characters. If the first character has enough inventory items to cause the player to scroll down, when I change to character two and this character has say only two inventory items, you can't see them unless you scroll back up. Is there anyway to make the inventory items always start displaying by the first one?
InvWindow.TopItem property (http://www.adventuregamestudio.co.uk/manual/InvWindow.TopItem.htm)
Set this to 0 when you open the Inventory GUI (or possibly just when you change characters).
Thanks. :)