Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: Butcher on Mon 29/09/2003 11:53:02

Title: Robert Redford For Windows. HELP!!!
Post by: Butcher on Mon 29/09/2003 11:53:02
hello

I'm trying to convert the RR games (the two first ones) for windows.
I converted the first one to ags2.31 and then to winags2.51 and some of the rooms appear pitch black! no dialog or anything! know what's wrong?

As for the second one I get a script error in ags2.31 and I don't know how to solve it (I'm a terrible scripter) it's probably a beginer error:

if (character[ROBERT].inv=1) RunDialog(7);

where's the parse error?
Title: Re:Robert Redford For Windows. HELP!!!
Post by: Ishmael on Mon 29/09/2003 12:01:27
if (character[ROBERT].inv[3] == 1) RunDialog(7);

The inv item number and one = missing.
Title: Re:Robert Redford For Windows. HELP!!!
Post by: Pumaman on Mon 29/09/2003 23:22:49
If the room is appearing pitch black, you might have some sort of Display() code in the Enters Screen Before Fadein script - check that out on a room which has the problem.
Title: Re:Robert Redford For Windows. HELP!!!
Post by: Ishmael on Tue 30/09/2003 15:01:26
... or it might be that AGSEdit can't read the older RoomEdit files so well, and don't reaconosize (sp) the data in them ...