the game skips "rundialog"

Started by deltree, Sun 24/04/2005 02:13:36

Previous topic - Next topic

deltree

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?

Etcher Squared Games

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.
website: http://www.etcher2games.com/
email: etcher2games@yahoo.com
forum: http://www.etcher2games.com/forums

Anyone want to make my website for free?

deltree

hi
thanx for the help!
I've understood, but trust me or not, I already searched the manual and the forum for hours....

SMF spam blocked by CleanTalk