Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: moonkid on Thu 03/09/2009 19:01:59

Title: Can I make the character say something different to the dialog option?
Post by: moonkid on Thu 03/09/2009 19:01:59
Hi, I don't necessarily need detailed explanations yet, but I just want to know if it is possible to have the player character say something different to the dialog text that the player clicks on?

It is quite common for this to happen in the new Tales of Monkey Island episodes, and I have observed it occasionally in the older SCUMM games. I plan to make quite a lot of use of it in my game, but it would be really helpful to know if it is possible and if so whether it is a very complex operation.

I have done a search but haven't been able to locate any relevant topics.

Thanks.
Title: Re: Can I make the character say something different to the dialog option?
Post by: NsMn on Thu 03/09/2009 19:05:55
Untick the box "Say" in the Dialog Editor and write the sentence you want him to say into the dialog script (just like you would write eg. the answer of someone. Hope you catch my drift).
Title: Re: Can I make the character say something different to the dialog option?
Post by: moonkid on Thu 03/09/2009 19:12:07
Okay, that sounds straight-forward. I'll give it a try in the morning. Thanks!