Will this method still requiere to do the 600 if branches ?
I’m not sure if this enumarator will work for me because my skills are awready in a data struct where the info is stored. Can i maybe use the struct info somehow but then i will end up again with those 600+ branches or do i need to make in this case an array of all my connection pipes and then some bool array and then something like for loop with break and compare the index numbers of the array maybe?
You mentioned something about a cost… i do have some variable in my data struct an integer which i don’t use. it was some quantity integer… Maybe i can transform"quantity" integer for a cost to “purchase” a connection pipe just like i purchase a skill… Maybe thats a good idea ? Better to say i push all those 300 connection pipes in the struct/data table and then when i purchase a skill it unlocks some conncetion pipe that is connecting the skills. something along those lines
