Multiple dialogue question problem

  • #1, by nerdMonday, 24. September 2018, 16:26 5 years ago
    I am into the dialogue section:
    Characters/Dialogues/NPC/first dialogue layer


    First dialogue layer
    1.Hi r u doin
    2. Hu there whats up


    Why ingame only the first question appear?


    Forum Fan

    147 Posts


  • #2, by sebastianMonday, 24. September 2018, 16:33 5 years ago
    can you make a screenshot? I assume you put the second question inside the first branch, so that it would appear after clicking on question 1.

    Thread Captain

    2346 Posts

  • #3, by nerdMonday, 24. September 2018, 16:38 5 years ago
    can you make a screenshot? I assume you put the second question inside the first branch, so that it would appear after clicking on question 1.

    I need the to questions appear at the same time

    Forum Fan

    147 Posts

  • #4, by afrlmeMonday, 24. September 2018, 16:47 5 years ago
    The dialog system is branch based. You need to make sure you create the dialogs on the layer that you need them to display on.

    You need to select "first dialog layer" at the top. If you have selected one of the dialog options & create a new dialog then it will become a sub layer of whichever dialog layer you currently have selected.

    Imperator

    7278 Posts

  • #5, by nerdMonday, 24. September 2018, 17:01 5 years ago
    The dialog system is branch based. You need to make sure you create the dialogs on the layer that you need them to display on.

    You need to select "first dialog layer" at the top. If you have selected one of the dialog options & create a new dialog then it will become a sub layer of whichever dialog layer you currently have selected.

    no matter what it just show me the first question of the series. Why everything is so overcomplicated in this engine?

    Forum Fan

    147 Posts

  • #6, by sebastianMonday, 24. September 2018, 17:16 5 years ago
    im a bit confused... I never have a captcha to fill out when posting anything. 
    (Or it is maybe only for people under a specific post count to prevent spam bots?)
    Besides that, your problem in the engine may has a simple reason. Would you be so kind and share a screenshot of the dialogue tree? may we see then whats wrong.

    Thread Captain

    2346 Posts

  • #7, by nerdMonday, 24. September 2018, 17:27 5 years ago
    im a bit confused... I never have a captcha to fill out when posting anything. 
    (Or it is maybe only for people under a specific post count to prevent spam bots?)
    Besides that, your problem in the engine may has a simple reason. Would you be so kind and share a screenshot of the dialogue tree? may we see then whats wrong.
    Dialogues 1.1 and 1.2 shouldn't be appearing togheter?

    Forum Fan

    147 Posts

  • #8, by sebastianMonday, 24. September 2018, 17:32 5 years ago
    Dialogues 1.1 and 1.2 should be appearing togheter?
    When you start the dialogue on the First dialog layer, only "Hi there" will pop up, because thats the only option in this layer. The other layers 1.1 and 1.2 will show after you click on 1., but yes they should show up both unless you specified a condition for one options which is not met yet.

    When you want to add another option to your first layer, klick on "First dialog layer" and then on the "+" . This should create a "2.".

    kind regards
    Sebastian

    Thread Captain

    2346 Posts

  • #9, by nerdMonday, 24. September 2018, 17:36 5 years ago
    Dialogues 1.1 and 1.2 should be appearing togheter?
    When you start the dialogue on the First dialog layer, only "Hi there" will pop up, because thats the only option in this layer. The other layers 1.1 and 1.2 will show after you click on 1., but yes they should show up both unless you specified a condition for one options which is not met yet.

    When you want to add another option to your first layer, klick on "First dialog layer" and then on the "+" . This should create a "2.".

    kind regards
    Sebastian
    it turn out the text box wasn big enough lol

    Forum Fan

    147 Posts

  • #10, by nerdMonday, 24. September 2018, 18:01 5 years ago
    Dialogues 1.1 and 1.2 should be appearing togheter?
    When you start the dialogue on the First dialog layer, only "Hi there" will pop up, because thats the only option in this layer. The other layers 1.1 and 1.2 will show after you click on 1., but yes they should show up both unless you specified a condition for one options which is not met yet.

    When you want to add another option to your first layer, klick on "First dialog layer" and then on the "+" . This should create a "2.".

    kind regards
    Sebastian
    Ok, now I got another problem, let's say I got two choices and I click on "Hi there", the main character is gonna repeat "Hi there" above is head. I'd like that to skip. I mean I click on "Hi there" and the npc starts his dialogue.
    I tried p0ms code but it s not fast enough to result invisible
    <p0ms></p0ms></div>

    Forum Fan

    147 Posts

  • #11, by afrlmeMonday, 24. September 2018, 18:30 5 years ago
    poms? what's that?

    enable the alternative text option for the dialog & leave the text box empty & it will immediately switch to the npc response instead.

    Imperator

    7278 Posts