Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: adam100 on Sun 28/12/2003 19:24:06

Title: Sierra like dialogs
Post by: adam100 on Sun 28/12/2003 19:24:06
I want to do a sierra like dialogs in my game but i don't know how to do it.What i want is that if i talk to some character i want him to say something without me asking about anything.I don't want any topic options.
Title: Re:Sierra like dialogs
Post by: Scorpiorus on Sun 28/12/2003 20:03:05
Just create one and only option per topic and it will be run automatically. Next place all the talkie:

// dialog script file
@S  // dialog startup entry point
@1  // option 1
man: "blah blah"
ego: "blah"
etc.

stop

~Cheers
Title: Re:Sierra like dialogs
Post by: adam100 on Sun 28/12/2003 23:06:49
Thx