Torbjörn Andersson

Results 145 comments of Torbjörn Andersson
trafficstars

```F-MEEP``` is another example of a routine that doesn't print double messages: ```zil ( ) ```

Similarly, if you put the skink in the sink (see ```SINK-F```) it should probably call ```EXIT-SKINK```. Again, this causes no visible bug so it's more of a cleanup thing. Not...

Another way of getting rid of your hands can be seen in https://github.com/the-infocom-files/trinity/issues/11 ``` >EMPTY HANDS INTO POND The your hand disappears in the dark water. ```

It's not just where it checks ```PUTVERBS```. I just noticed that ```JEEP-F``` explicitly handles the ```EMPTY-INTO``` action: ``` >EMPTY HANDS INTO JEEP You drop your hand into the jeep. ```...

Here is a list of all objects I've been able to find so far. I've verified that all of these commands cause bad things to happen. Where possibly I've used...

All of these cases have to be checked against objects you shouldn't be able to get rid of. Your hands, your feet, your pocket, yourself, ...

At least some of these cases won't check if the object is singular or plural, but I don't _think_ there are any plural objects that you should be able to...