Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: yhb5663 on Wed 05/12/2012 06:17:13

Title: is it possible to make ultima 4 dialogue style?(solved)
Post by: yhb5663 on Wed 05/12/2012 06:17:13
I'd like to make users to command dialogue themselves.
Jus like ultima 4.
Users should enter keywords basic verbs or nouns such as (eat, talk, job, name...)
is it possible?
If it is, then do I need special dialogue scripts?
sorry for bad english-i'm not good at english
Title: Re: is it possible to make ultima 4 dialogue style?
Post by: Crimson Wizard on Wed 05/12/2012 10:42:15
Yes, it's possible. It's called "Text Parser".
There's some explanation here:
http://www.adventuregamestudio.co.uk/wiki/?title=Other_features_(manual)#The_text_parser
http://www.adventuregamestudio.co.uk/wiki/?title=Parser_functions

E: Please do not make double posts in different forum sections, this is against forum rules, as far as I know.
Title: Re: is it possible to make ultima 4 dialogue style?
Post by: yhb5663 on Wed 05/12/2012 10:50:47
thanks for explanation
Title: Re: is it possible to make ultima 4 dialogue style?
Post by: geork on Wed 05/12/2012 11:53:43
You can use Text Parsers (http://www.adventuregamestudio.co.uk/manual/TextParser.htm) to do this.
I would have a GUI with one or more labels where you can enter the responses to the text the user types, and a Text Box (with no border - you can set this in the options pane of the text box) where the user can type.
It will take a little experimentation to get the look you want, but hopefully it should work out fine :)
Title: Re: is it possible to make ultima 4 dialogue style?
Post by: Khris on Wed 05/12/2012 12:17:04
Did you wait three hours for a reply, then post the exact same question (http://www.adventuregamestudio.co.uk/forums/index.php?topic=47224.0) here...? Seriously. (roll)
Title: Re: is it possible to make ultima 4 dialogue style?
Post by: yhb5663 on Wed 05/12/2012 13:48:10
Quote from: Khris on Wed 05/12/2012 12:17:04
Did you wait three hours for a reply, then post the exact same question (http://www.adventuregamestudio.co.uk/forums/index.php?topic=47224.0) here...? Seriously. (roll)

I didn't know that was fault.
I apologize if it nerved you.
Title: Re: is it possible to make ultima 4 dialogue style?(solved)
Post by: Gilbert on Wed 05/12/2012 14:44:51
Topics merged.
Please don't do this again. Thank you.