Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Hainisoft on Thu 22/05/2008 13:06:03

Title: Help with the Demo Quest 3-1
Post by: Hainisoft on Thu 22/05/2008 13:06:03
 ???
I want to play the Demo game and...

Failed to save room room0.crm; details below
GlobalScript.ash(377): Error (line 377): '-' is already defined

Can anybody help me?
Title: Re: Help with the Demo Quest 3-1
Post by: Gilbert on Thu 22/05/2008 13:24:23
See this post (http://www.adventuregamestudio.co.uk/yabb/index.php?topic=34300.msg448205#msg448205):

Quote from: Pumaman on Mon 21/04/2008 20:33:49
This is caused by the following lines in the demo game GlobalScript.ash, lines 337-341:
#define X-Terms                         -24000
#define Y-Terms                         -25000
#define Z-Terms                         -26000

If you delete those lines, the game should run fine. I'll get it fixed for the next release.

Note that Pumaman is aware of this problem. It will be fixed in the coming V3.0.2.
So, either follow the above suggestion to delete those lines, or wait for V3.0.2 to be officially released.
Title: Re: Help with the Demo Quest 3-1
Post by: Hainisoft on Thu 22/05/2008 13:45:27
 :)Thank you!
It works.