Hi there, @jamesmeeds… I don’t know if I understand exactly what you are doing, but it sounds like you only need to create a new thing in the Inventory data type with Item = Log the first time the user chops a tree. Then, every time they chop a tree after that, you make changes to their log inventory thing (as opposed to creating a new thing), and you add 1 to its item quantity. If they do something that uses logs, you can check the log inventory thing to make sure they have enough logs, and you can subtract the appropriate number of logs from the item quantity. Any of that make sense and sound like it could work for you?

Hope this helps.

Best…
Mike

1 Like