Line Breaks in Squiffy

1Muno
11 Jun 2019, 22:49

Hello, I started writing my first IF story yesterday but I found out that pressing enter did not produce a line break. What am I supposed to write in order to achieve it? I do not know if it is important to mention that I am writing on the browser.

Thanks in advance.


Bluevoss
12 Jun 2019, 00:17

If you are talking about output, use
. That should work.


Richard Headkid
12 Jun 2019, 03:37

Hello.

That last post should read:

If you are talking about output, use <br>. That should work.


Squiffy games are websites. So, most of the HTML coding tricks work.


https://www.w3schools.com/TAGS/tag_br.asp

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/br


1Muno
12 Jun 2019, 08:59

Thank you both Bluevoss and Richard, it worked perfectly!


Bluevoss
13 Jun 2019, 22:40

Oh man, that was embarrassing. Let that be a lesson, kids. Always check your work. :)