Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Wed 17/12/2003 01:39:02

Title: Dialog Trouble
Post by: on Wed 17/12/2003 01:39:02
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?
Title: Re:Dialog Trouble
Post by: James Kay on Wed 17/12/2003 01:48:41
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