Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Having trouble with no break and display tags

This is a strange issue I can't wrap my head around.
I am using Twine 2 with Sugarcube 2

What I am trying to do (and actually have accomplished) is to take away the page break between my <<display tags>>. I have passages that display different health bars depending on my health variables. So in my first example here I have the code that actually worked and took away the page breaks, placing the passages right next to eachother.
<center>\
<<display "health">>\
<<display "Mental">>\
<<display "DHEALTH">>\
</center>\

Now, I go to use this EXACT code in a different passage and cannot get the page breaks to go away. I have even substituted the "\" with <<nobr>> tags with no luck. I can't figure out why it works with one passage and not another. I went into the passages that I am displaying with the <<display>> tags and made sure everything was tight and that there were no spaces or page breaks. Any ideas on what is happening here?

Comments

Sign In or Register to comment.