the-infocom-files / trinity

Trinity
24 stars 5 forks source link

"WAVE AT OARSMAN" prints garbage #107

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago
>WAVE AT OARSMAN
The b   doesn't respond to your gesture.

This is because of an error in CHARON-F:

           (<VERB? WAVE-AT>
        <TELL CTHEI " doesn't respond to your gesture." CR>
        <RTRUE>)

There is no PRSI here (there doesn't seem to be any "WAVE object AT object" syntax) , so it should presumably be CTHEO instead of CTHEI.