Hi,
I have an inventory which consists of two rows of 4 items.
I'd like the scroll up/down buttons to shift the entire row either up/down (with any left over spaces becoming blank) as opposed to simply shifting the items within those rows by 1 position with each click.
I tried adding a "Left click" action to the scroll buttons along the lines of:
game.CurrentCharacter.ItemsScrollPosition = game.CurrentCharacter.ItemsScrollPosition - 4
But this didn't appear to work at all.
Any ideas where I could start with this?
Cheers
Tom