dcsan / storydata

0 stars 0 forks source link

spacing #16

Closed dcsan closed 3 years ago

dcsan commented 3 years ago

this seems to have too much spacing now - did you mean that?

image

image

also generally i use the format

\n
\ntext

rather than empty lines and then \n\n so the display maps closer to the markup

dcsan commented 3 years ago

before


    actions:
      - match: ask|.*|👩🏼‍⚕️
        then:
          reply: "
            \nThe doctor appears to ignore you, motioning to the guards instead.

            \n\n> _Take this one to the tower._

            \n\n> Yes, Doctor Abbot._

            \n\nThe guards advance on you.

            \n\n> _Indeed... you've certainly won. And now it's time to have a closer look into that winning brain of yours._

            \n\nThe guards grab hold of you.
          "
          goto: epilogue2
dcsan commented 3 years ago

after


    actions:
      - match: ask|.*|👩🏼‍⚕️
        then:
          reply: "
            \nThe doctor appears to ignore you, motioning to the guards instead.
            \n
            \n> _Take this one to the tower._
            \n> Yes, Doctor Abbot._
            \n
            \nThe guards advance on you.
            \n
            \n> _Indeed... you've certainly won. And now it's time to have a closer look into that winning brain of yours._
            \n
            \nThe guards grab hold of you.
          "
          goto: epilogue2

image

dcsan commented 3 years ago

tweaked. there are two different quoted NPCs here... ?

image

dcsan commented 3 years ago

image

goddamit ok.

intellikat commented 3 years ago

I meant a space gap between although it looks a bit big. A half-space would be great....