Hey everyone!
I tried to look up some better ways of doing this, or something that would help me out ,and wasn't able to.
I've been using Encrypted Cow's tutorial here: https://www.scirra.com/tutorials/583/ea ... g-an-array
To create an inventory, and I'm using it pretty much exactly as he has it which you can see here:
However, I don't want to have to right click on an item to get rid of it, etc, I want to be able to use multiple items at once to create a new item.
For example, the player needs to make a apple pie, but needs pie crust, apples and sugar to do so.
Say Pie Crust is itemID # 20, Sugar is itemID #15 and Apples are itemID #2 while the actual PIE itself is itemID #3
Is there a way in events to essentially say if the player has ItemID 20, 15, and 2 that they can then receive the Pie, Item ID #3? And have those 3 items vanish from the inventory, and have only the pie left?
If anyone can help me understand this a bit better, I'd really appreciate it!