Open eriktorbjorn opened 4 years ago
>WATCH CRANE Ghostly light flickers around the paper bird. The girl turns the umbrella over and over in her hands.
This is what CRANE-F does:
CRANE-F
(<AND <VERB? WATCH> <IS? ,PRSO ,LIGHTED>> <UNMAKE ,PRSO ,CHILLY> <I-NEWCRANE <>> <RTRUE>)
Which looks like it would print a double message the same way as described in https://github.com/the-infocom-files/trinity/issues/15
But I guess calling I-NEWCRANE printed nothing, and then when it was called automatically it printed a message starting with a newline.
I-NEWCRANE
This is what
CRANE-F
does:Which looks like it would print a double message the same way as described in https://github.com/the-infocom-files/trinity/issues/15
But I guess calling
I-NEWCRANE
printed nothing, and then when it was called automatically it printed a message starting with a newline.