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?
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.
hi
thanx for the help!
I've understood, but trust me or not, I already searched the manual and the forum for hours....