Forum rules - please read before posting.

How to scroll Inventory to end item?

How do I auto scroll inventory to the last item?

and / or

When I have a full inventory bar displayed and take a new item, the new item appears off screen, and unseen, untill inventory is scrolled, and I’d rather auto scroll the inventory along if that is the case.

I have buttons set up in inventory to do OffesetElement Slot, but could I also trigger that in an Action Script?

Comments

  • A custom Action, or just a custom script, can be used to do it, yes.

    You just need to shift the items by a value larger than the number of items held, e.g. 100.:

    AC.PlayerMenus.GetElementWithName ("MyMenu", "MyInventoryBoxElement").Shift (AC_ShiftInventory.ShiftNext, 100);
    
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.