Torbjörn Andersson
Torbjörn Andersson
```V-GET-DRESSED``` has the same problem, because it only checks if the gown is ```HELD?```. Not if it's also ```ACCESSIBLE?```. ``` >PUT GOWN IN TOOL BOX Done. >CLOSE TOOL BOX Okay,...
```V-BRUSH``` also has the same problem, for the same reason: ``` >PUT TOOTHBRUSH IN TOOL BOX Done. >CLOSE TOOL BOX Okay, the tool box is now closed. >EXAMINE TOOTHBRUSH You...
Though if the parser is causing part of the problem, it's odd that similar code in ```NUTRIMAT-F``` seems to be working fine...? ```zil ( ) ``` Or is that action...
Also, it seems like a missed opportunity that it doesn't set up an answer when Eddie asks you if you've brushed your teeth lately: ```zil ( ) ```
Or should the ```LIT``` check come before the ```VISIBLE?``` check? I don't know...
I wonder if it's using a separate object for the sleeve because it was running out of synonyms. (I think you can only have four?) If so, it may be...
You could argue that the parser should be responsible for handling global objects and local objects the same with regards to darkness. But I have a feeling that would break...
Sorry, I was mistaken. Using the improbability drive while ```I-TEA``` is running will disable ```I-TEA```. I mistakenly through it killed you because I missed that ```SWITCH-F``` sets ```DREAMING``` first: ```zil...
Though if you start messing with ```TOUCHBIT``` that could mess up if you get yourself killed and then return to the scene. Currently the key and fluff are restored to...
By the way, for a while I thought I had found another typo but apparently "sceptically" is the UK spelling of "skeptically". Makes sense for this game.