Hi,
I'm using twine 2.01 and Harlowe and am getting an issue where a decimal number is displayed as a list item if it starts with "1."
for example:
(set: $aarrggh to 1 / 2)
(set: $OK to 1.5)
This is OK: $OK
Arrgh, this is a list item $aarrggh
It only happens when the number to be displayed is a variable that has been calculated
is there a way to make decimal numbers always render "inline", i.e. not as a list item?
Gordon
Comments
The nonsense in my original question about "it only happens when the number ... has been calculated" arose because I foolishly imagined that 1/2 was 1.5 and not 0.5 - duh!
sorry about that.
Gordon
Example: I wanted to name the version of Twine I was using in the credits. I did this first: But that produced an ordered list. So I fixed it like this: This generates the text I had intended. I've only been at this for a day and I am often finding I have to work around Harlowe rather than with it.