2 questions: Inventory bar and items

Hello, how can an inventory bar stay populated with items from scene to scene, without reverting to its original image with each new scene? I've tried tables and one scene but it became very confusing. Also, when you pick up an item, move away from that scene and come back to it later, how can you stop the item from showing up in its original position in the scene, because you have already picked it up? Thanks for your help!

Best Answer

  • jonmulcahyjonmulcahy Posts: 10,408
    Accepted Answer

    use tables!

    have an inventory table and in each scene only display what is contained in that table

    as far as keeping track of what has been placed, store in the table of it has been picked up yet, if it has, hide (or destroy) the object

Answers

Sign In or Register to comment.