Hi. I was programming some things in the script and did something stupid. There is a line of code in rm1 that says
(self:setScript(RoomScript))
I accidentally typed
(self:setScript(RoomScript)) the line after
(instance RoomScript of Script
(properties)
(method (handleEvent pEvent)
(super:handleEvent(pEvent))
and I compiled the script. It said successful, then I read through it and realized the mistake, deleted the line
(self:setScript(RoomScript))
but when I tried to compile, it said there was an extremely rare error or something. Now the game doesn't work and SCI Studio won't open it. Is it screwed up forever or do I have a chance to get it back? (I have a 283 kB zip file of the game if anyone wants to mess with it).
Luckily I hadn't started too much of the game, just like 16 or so pics, 16 or so views, 14 sound files, and just a little scripting.