the-infocom-files / cutthroats

Cutthroats
3 stars 3 forks source link

Custom message for "TELL TIME" not shown #8

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago

There appears to be a custom message for "TELL TIME" in GLOBAL-TIME-F:

           (<AND <VERB? TELL>
             <PRSO? ,GLOBAL-TIME>
             <NOT ,PRSI>>
        <TELL
"Didn't you learn that the little hand points to the hour and the big hand
points to the minute?" CR>)

But if I try it, all I get is "You can't talk to the time." so I guess it gets intercepted by PRE-TELL. Perhaps add an exception there?