Hello everyone,
I’m currently working with a single datatable of gameplay element tags but I would like to use a subset of these tags for certain dropdown menus.
For example, if a tag is a skill check type tag (in my case Check.Skill_Check.[whatever skill]) I would like to create a dropdown that is populated with all Check.Skill_Check rows.
With the DatabaseRowHandle i currently get an unfiltered list. Is there an easy way to filter it out? Or will i need to create sub datatables?