Thanks for linking that - it's a nice system with clean syntax -
(location livingroom
(property
description "This appears to be the livingroom. There is a hallway to
the north and a closet to the west."
short-description "You are in the livingroom."
north hallway
west closet
south front-door-1))
<DEFINE EAST-HOUSE ()
<COND (<VERB? "LOOK">
<TELL
"You are behind the white house. In one corner of the house there
is a small window which is " ,LONG-TELL1 <COND (<TRNN
<SFIND-OBJ "WINDO"> ,OPENBIT>
"open.")
("slightly ajar.")>>)>>
compared with something like MDL -
https://github.com/historicalsource/zork-mdl/blob/master/act...