the-infocom-files / seastalker

Seastalker
3 stars 3 forks source link

Custom message for telling Tip about the snark isn't shown (by design?) #71

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago

The final piece of TIP-F:

       (<VERB? TELL-ABOUT>
    <COND (<DOBJ? GLOBAL-SNARK>
           <TELL
"\"I know, " FN "! We'd better go there fast in the " D ,GLOBAL-SUB "!\""
CR>)>)
       (<COMMON-OTHER ,TIP> <RTRUE>)>>

But if you try it in the game:

>TELL TIP ABOUT SNARK
"You know as much as I do, Torbjorn."

And if you try it in the official release 16:

>TELL TIP ABOUT SNARK
Tip doesn't care.

I think part of it is that PRE-TELL-ABOUT will often invoke the ASK-ABOUT action instead, but I'm not sure exactly what happens here.

Also, the code doesn't really make sense because it doesn't check if you've already reached the Aquadome yet.