Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Mon 22/01/2007 18:23:56

Title: Repeating conversations
Post by: on Mon 22/01/2007 18:23:56
I'm try to make a part in a game where you talk to a person and he gives you a quest and you accept it.Ã,  But every time you talk to him again he says the same thing.Ã,  Can anyone tell me how to make it so he says something different the second time you interact with him?Ã,  Thank you.
:= := := :=
Title: Re: Repeating conversations
Post by: Dan_N on Mon 22/01/2007 19:27:03
Check the manual for the dialog tutorial. That should help.
Title: Re: Repeating conversations
Post by: Ashen on Mon 22/01/2007 19:52:55
You'd be more likely to get a direct answer if you told us what you've done so far. And that answer would probably still be 'Read the manual'.
If you're using Dialogs (the Dialog.Start() or 'Game - Run Dialog' commands) then the Dialog tutorial is a good place to start. If you're using scripting or the Interaction editor (Character.Say or 'Game - Display a message'), you'll want to look up Variables (either in the manual, or on the forums).

But of course, you already knew this, having read the READ BEFORE POSTING (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=14373.0) thread and having looked through the manual, BFAQ and forums, right?
Title: Re: Repeating conversations
Post by: SSH on Mon 22/01/2007 22:33:48
[pimp]
This is what the MultiResponse module (http://ssh.me.uk/moddoc/MultiResponse.zip) is for
[/pimp]