Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Sam. on Wed 07/04/2004 15:44:00

Title: Need dialogue help
Post by: Sam. on Wed 07/04/2004 15:44:00
i have been in these forums fr quite a while and have made a couple of games. However in all of them i have struggled with dialogue. Meaning i just can't do it. I have even gone so fa as creating and scripting whole new gui systems to escape using dialogues. Howeveri feel it's time i learnt. i tried copying and pasting the example dialogue from the help file but that didn;t work . WHat interaction do i have to use for a dialogue to open. Enable dialogue option doesn't work. Maybe i am entering the wrong criteri. can anyone help/ send me an example of what i need to do?
Title: Re:Need dialogue help
Post by: Alynn on Wed 07/04/2004 16:36:51
RunDialog (int topic)
Title: Re:Need dialogue help
Post by: InCreator on Wed 07/04/2004 16:55:36
It's almost impossible to understand what you really want to do. Start a dialogue? Script it?
Let's assume you made a dialogue which must be happen when character uses talk cursor on some other. Under "characters" see that other character's "interactions", find "Player talks to character", put "run script" there and give a command RunDialog(int topic) and put a number of that dialog instead of "int topic". Easy?
Oh, and just download AGS demo game and see how It's done there!!
Title: Re:Need dialogue help
Post by: Sam. on Wed 07/04/2004 17:24:39
Thanks for all of your help. despite my incomprehensible ramblings you mangaed to give a decent anwer that worked. i was using the wrong command.