You don’t need the = true part at all. As long as the variables are initialized to boolean (true/false) values, it should evaluate correctly. To figure out why it’s not working, print the values of the variables to the screen, while you’re testing. One of them probably got set incorrectly.
Like this:
lorem ipsum blah blah
t_genuine_handshake: ${t_genuine_handshake}
*if (t_genuine_handshake)
conditional text
Yes, although I think I figured out what was happening, with that being that I set the variables that the *if’s are triggering as false. Just went back over the choices to check some other things, found where I set 2 out of the three, said being t_stoic_handshake and t_sarcastic_handshake, had a little giggle, then fixed them.
After that, it seems to be working now.
It’s always the smallest things, isn’t?
Anyway, thank you all for your assistance, smiley.