Object Nixon "Nixon" white_house
has animate proper
with description "The former president.",
life [;
Ask: if (noun˙watergate') "~Who sent you?~"; "~I don't know.~";
];
and then type:
>ask nixon about watergate
"I don't know."
Which is wrong. It is not only in my code it goes wrong - if I compile the
example game TOYSHOP.INF, I don't get the messages I should when I `ask boy
about cubes' or `ask boy about toys', but just "Dunno.".
What is wrong?