Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: deltree on Sun 24/04/2005 02:13:36

Title: the game skips "rundialog"
Post by: deltree on Sun 24/04/2005 02:13:36
Hi all,
I've got a problem with AGS:
i've got a script like that
Quote
DisplaySpeech(3,"blabla");
DisplaySpeech(3,"what do you think?");
RunDialog(0);
DisplaySpeech(3,"blabla");
DisplaySpeech(3,"what do you think?");
RunDialog(0);
And the dialog script for topic 0 is:
Quote
// dialog script file
@S  // dialog startup entry point
return
@1  // option 1
stop
return
@2  // option 2
stop
return

the problem is that the first time, the dialog is skipped, it doesn't display anything, tho it works the second time.
you see what I mean?
Why do you think it doesn't work?
Title: Re: the game skips "rundialog"
Post by: Etcher Squared Games on Sun 24/04/2005 02:19:19
http://www.adventuregamestudio.co.uk/yabb/index.php?topic=18717.0

This thread should help you.
Please try to find things in the manual and search the forums first.
Title: Re: the game skips "rundialog"
Post by: deltree on Sun 24/04/2005 13:18:18
hi
thanx for the help!
I've understood, but trust me or not, I already searched the manual and the forum for hours....