Anyway I've figured out how to use it with using the 'Switch' function, just switching through to each appropriate file. But I've realised while this might be okay for 3-5 recipe choices, what if I had 20-40 recipes instead? It would be incredibly tedious to write all that code for each option, plus it would just slow everything down too. Not good.
I know it has something to do with putting the recipe choices in an array, I've played around with that too but haven't been very successful. Thanks guys