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?
There appears to be a custom message for "TELL TIME" in
GLOBAL-TIME-F
: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?