the-infocom-files / deadline

Deadline
4 stars 3 forks source link

The game wants to respond to "GO LEFT" / "GO RIGHT", but doesn't #67

Open eriktorbjorn opened 4 years ago

eriktorbjorn commented 4 years ago

There is this code in V-WALK:

     <COND (<==? ,PRSO ,GLOBAL-CALL>
        <PRE-TURN>
        <RTRUE>)

The synonyms for GLOBAL-CALL are CALL, CONVERSATION, LEFT and RIGHT. So I think the intention here is to handle "GO LEFT" and "GO RIGHT". PRE-TURN would then print "Specify a direction if you want to move around."

But PRSO seems to be 0, and I don't know how to fix that.

eriktorbjorn commented 4 years ago

The same thing happens in The Witness.