I just wondering if there an *selectable if not statement like there’s a *if not statement, if there isn’t one I have an idea to make it work but I want that to be a last resort
Selectable if not? Why not trigger it instead if only the variable is false?
*selectable_if (rep = false)
I hadn’t thought of using the Boolean code for some reason. it will cause a little revamp of the variables but is should work
Yes, by what you described, works the same.
it should, i’ll just need to check but if it does thank you
You could also use != for “not equal”, like *selectable_if (variable != number) or (variable != “string”).
that also may be what I was looking for let me just check
Also, there is not(foo) which IIRC in an option needs to be *selectable_if (not(foo)) #Option.
got it. 20 (characters)
