the-infocom-files / seastalker

Seastalker
3 stars 3 forks source link

Wrong message when arresting Greenup #55

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago

This code comes from V-ARREST:

           <COND (<DOBJ? GLOBAL-GREENUP>
              <TELL "You barely issue this order when">)
             (T <TELL "Greenup turns and runs away. Then">)>
           <REMOVE ,GREENUP>
           <FSET ,GREENUP ,MUNGBIT>
           <TELL
" a crew member reports seeing

The purpose must be that if Greenup is in the room with you, you'll see him run away. Otherwise, you don't. But no matter what I try, I only get the "Greenup turns and runs away" variant of the message.

I'm not sure why this doesn't work as intended.