Make inventory and sort items
Acroxia
Member, PRO Posts: 57
Hello, I’m currently developing a game using GS.
I’m implementing a character’s inventory and have created an inventory table that contains all the items.
In this table, I want the player to be able to select a specific category, such as helmets, and display only the items corresponding to helmets in the list.
For example, the table has columns like itemNo and parts, and I want to show only the items where the parts value is 1
thanks!