Pretty basic question, but what's the syntax for combining text formatting commands to apply to a string in Harlowe.
For example I want to change the font and underline a piece of text. I can get each change to happen individually but get error messages when I try to combine them.
e.g. ((font: "Courier")(text-style: "underline")) gives an error.
Comments
Without testing it, I don't think what you've proposed will work. IIRC, Harlowe never updates the "cannot save" flag once it has been set, so getting rid of any constructs that cannot be saved after the fact doesn't undo it.
I could be wrong about that, however, that's what I seem to recall.
You may be correct as I only did the following simple test to see if it worked. (Using TWEE notation)