I'm having some problems with the dialog editor. When I test the game, my characters just run through the entire topic script, without ever displaying dialog options. What am I doing wrong?
Make sure you have
return
after every dialog option and
stop
after the last one.
E.g.
@1
ego: Hello
other: Go away!
ego: No, I want to talk!
return
@2
ego: bye then!
other: bye!
stop