Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Robi-Wan-Kenobi on Tue 22/07/2003 20:55:41

Title: Dialog bug with run-script X?
Post by: Robi-Wan-Kenobi on Tue 22/07/2003 20:55:41
Ok, when I have such a script in the dialog-script (Topic 1):

...

@4  // option 4
MARIO: No, you seem to like it there.
run-script 1
goto-dialog 0

...

The dialog-script doesn't run "goto-dialog" anymore and so the game gets into a loop...
It just runs the "run-script" command and in this script there is no "StopDialog()" command. So it should work for ordinary and just worked with older AGS-Versions. But now I use version 2.56 RC 1 and it ends in that loop...
So is this a bug or am I still doing something wrong? ???
Title: Re:Dialog bug with run-script X?
Post by: Pumaman on Fri 25/07/2003 13:13:50
Please confine bug reports with beta version to the beta thread. This has already been reported there by eVOLVE, and I am working on a fix.
Title: Re:Dialog bug with run-script X?
Post by: Robi-Wan-Kenobi on Fri 25/07/2003 13:29:22
Thank you - I'm sorry for that.