Hi! I'm familiar with AGS, but I just started working with dialogs, so I have a question, hope you can help:
I want to do a branching, for example:
What do you want?
-apple
-orange
-pear
How much do you want?
-one
-two
-three
Thank you, your stuff will be ready, etc.
I can play with the options to always show, what I want, my problem is getting to the same line after choosing different options (The "How much do you want?" line) I need some kind of goto function, but goto-dialog jumps to another dialog, I just want another option. So no matter what fruit the player chooses, the next line should be printed, the code should get there.. Any suggestions? I'm hoping this is a trivial question...
Thanks!
I want to do a branching, for example:
What do you want?
-apple
-orange
-pear
How much do you want?
-one
-two
-three
Thank you, your stuff will be ready, etc.
I can play with the options to always show, what I want, my problem is getting to the same line after choosing different options (The "How much do you want?" line) I need some kind of goto function, but goto-dialog jumps to another dialog, I just want another option. So no matter what fruit the player chooses, the next line should be printed, the code should get there.. Any suggestions? I'm hoping this is a trivial question...

Thanks!