2011-11-19
2011-11-19
Zero Percent Game Dev - It's a promise.
Here's the podcast.
I know what I need to do next, I just need to do it. It has to do with handing out loot at the end of combat. I need to make that work.
I need to check the item table to see if an item exists when a quantity of that item is being added. If there is already an entry for that item, just change the quantity. Otherwise, add a new entry starting at that quantity. It just really feels that there's a better way of doing it.