Hello guys
So I'm trying to make a way to beee potions in my game, with conditions that check to see if you have the ingredients in your backpack. I'm using FindstringExact for the inventory listbox and it works great.. UNTIL I want to have a potion that requires more than one of the same ingredient (ex nutmeg + nutmeg). I tried using two Findstrinngexacts with different flags to them but it didn't seem to register both items, only one.
What I mean is I have only 1 nutmeg in my pack but it's letting me brew the potion that should take two of them to do.
I know I could do this using multiple lines but I really wanted to be able to do this on a single one if possible.
Any tips?