I've got a custom GUI at the bottom of my screen for my game with an Inventory window inside it. It'll be on the screen all the time. But it's a one line horizontal inventory window. Is there a way you can make inventory windows scroll left and right one item at a time instead of up and down?
Sure, just +1/-1 the InvWindow's .TopItem.
Right on, thanks.