Torbjörn Andersson
Torbjörn Andersson
Something like this might work: ```zil ``` (With some inspiration from ```ITALICIZE```.)
If instead we want to go with a pre-existing solution... As far as I know, there's no way to handle it in the ZIP games, so we're limited to looking...
To summarize, the simplest fix would be to remove the case for ```OPEN-WITH``` since it seems that it will never open the ```RIGHT-DOOR```. That means it's no longer necessary to...
By the way, the game looks like it wants to respond to things like "PUT _object_ ON GROUND" or "THROW _object_ AT CEILING", but it doesn't work. Probably because ```PRE-PUT```...
Instead of ```CTHEO```, it should probably be ```CTHE ,SOAPY-WATER```.
The objects you can look at through the binoculars - ```ME```, ```HANDS```, ```FEET```, ```POCKET```, ```GROUND```, ```EYES```, ```ANKLE```, ```MOUTH```, ```HEAD``` - ```SBUNK```, ```SBENTRY``` - ```DTOWER``` - ```NBUNKERS``` - ```SPOT```, ```SLIGHT``` -...
Similarly, it checks for ```BAG``` and ```EBAG``` when under water, but not ```SOGGY```: ```zil ( ) ``` Here I think it would be perfectly reasonable to add ```SOGGY```. (Again, there...
Note that clearing ```NOALL```from ```APANEL``` is not a typo. I guess it excludes it from "TAKE ALL" until it's been loosened, but it also determines if a description should be...
Ok, so my guess that `````` should be `````` seems to be correct, then? I thought I had checked the PAX drive stuff, but I guess the "REST" got lost...
At least in the case I tested, the table was a ```WORD``` table. I already tried changing it to `````` and it worked. I just wanted to make sure it...