Re: A little exercise in Inform...
Sun, 5 Nov 1995 01:03:53 -0500 (EST)
gdr11@cl.cam.ac.uk (Gareth Rees) writes:
>Fred Sloniker <lazuli@eskimo.com> wrote:
>> ...so, how easy/hard would it be to implement an actor who cares what
>> you call him?
>
>Object Harry "Harry"
> has animate
> ! general if you called him Harry, not otherwise
> with parse_name [ w;
> w = NextWord();
> if (w == 'harry') { give self general; return 1; }
> if (w == 'harold') { give self ~general; return 1; }
> return 0;
> ],
> orders [;
What's the 'orders' thing anyway? Can someone explain what it is, how
it works, etc.?
-- someone who is unable to read the new manual... (due to lack of a
.txt file)
--
--- Sam Hulick ------------- shulick@indiana.edu ---------------------
Systems Consultant | Homepage:
Indiana College Placement | http://copper.ucs.indiana.edu/~shulick/
and Assessment Center | PGP public key available on request