I’m having trouble with the title basically. Idk the proper way to code this in.
The error I’m getting is: line 255 of blah: Invalid expression at char 49, expected no more tokens, found NAMEDOPERATOR and
My code looks like this:
I kind of have multiple questions.
First off, why is my code not working here? I’m trying to use multiple variables, which are ingredients of a recipe, to make another variable (the name of the recipe).
Is there a better, faster way to do this? Or a way that works lol
There are 11 ingredients(4 pref-pro, 4 aud_sta, 3 audex) that make 48 recipes(the sig_dish variable) and I’m new to choicescript and I’d love to learn how to do something this complex efficiently.
Hopefully my post makes sense, thanks in advance if you take the time to help me!