Open eriktorbjorn opened 4 years ago
>WAVE AT OARSMAN The b doesn't respond to your gesture.
This is because of an error in CHARON-F:
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.
PRSI
CTHEO
CTHEI
This is because of an error in
CHARON-F
:There is no
PRSI
here (there doesn't seem to be any "WAVE object AT object" syntax) , so it should presumably beCTHEO
instead ofCTHEI
.