inventory system
- Jonathan G

- Mar 6, 2018
- 1 min read

this is the concept for the inventory system. the inventory will hold 6 items, the items will be stored in a SQL database table. there will also be a second table that will hold all the items and their descriptions and ID's for later use.
the SQL script will be used as an interface between the database and the inventory system. the script will hold functions that can be called in game to add items to the inventory, save the inventory and remove items from the inventory.













Comments