Currently writing a scene in my story, and for some reason I cannot get past this one part? Dashingdon cannot load past it and it keeps giving me this error message:
I’ve tried a whole bunch of different fixes, can someone help me out here?
Here’s what my code currently looks like.
*choice
*disable_reuse *selectable_if (Fergie > 15) #Introduce Fergie
Words written here
*choice
*disable_reuse *selectable_if (Fergie > 15)
#Option
Text
Caveat: you can do that with *if, but I don’t know if it’s the same for *selectable_if, so this may not help you!
I would probably also move *disable_reuse to before the *choice
If that doesn’t work, are you sure the variable is viable? I.e. is it spelled correctly (in the correct case), and is the variable definitely numerical?
Hm, in my experience it works if *disable_reuse is placed before *selectable_if. Does an enter between the choice and the text (even though it’s on the correct indent) affect things?