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?
if (character[ROBERT].inv[3] == 1) RunDialog(7);
The inv item number and one = missing.
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.
... or it might be that AGSEdit can't read the older RoomEdit files so well, and don't reaconosize (sp) the data in them ...