~ubuntu-branches/ubuntu/gutsy/inform/gutsy

« back to all changes in this revision

Viewing changes to html/answers1/answer44.html

  • Committer: Bazaar Package Importer
  • Author(s): Mark Baker
  • Date: 2004-03-29 23:52:44 UTC
  • Revision ID: james.westby@ubuntu.com-20040329235244-fox1z1yv7d6vojoo
Tags: upstream-6.30
ImportĀ upstreamĀ versionĀ 6.30

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML><HEAD><TITLE>Answer to Exercise 44</TITLE></HEAD>
 
2
<BODY BGCOLOR="#FFFFFF">
 
3
<TABLE><TR><TD Valign="top"><IMG SRC="../icons/exercise.gif" ALT="??"><TD bgcolor="#FAA89B"><B>ANSWER TO EXERCISE 44</B><TR><TD><TD>
 
4
<P>
 
5
 
 
6
The common man's <I> wayhel</I> was a lowly mouse.  Since we think
 
7
much more highly of the player:
 
8
<PRE>
 
9
Object hog "Warthog" Caldera
 
10
  with name "wart" "hog" "warthog", description "Muddy and grunting.",
 
11
       number 0,
 
12
       initial "A warthog snuffles and grunts about in the ash.",
 
13
       orders
 
14
       [;  Go, Look, Examine, Eat, Smell, Taste, Touch: rfalse;
 
15
           default: "Warthogs can't do anything as tricky as that!";
 
16
       ],
 
17
  has  animate proper;
 
18
</PRE>
 
19
 
 
20
and we just <TT>ChangePlayer(warthog);</TT>.  Note that the same <TT>orders</TT>
 
21
routine applies to the player-as-human typing "warthog, listen''
 
22
as to the player-as-warthog typing just "listen''.
 
23
</TABLE>
 
24
<HR>Back to <A HREF="../section19.html#ex44">the exercise in section 19</A><HR>
 
25
<SMALL><I>Mechanically translated to HTML from third edition as revised 16 May 1997. Copyright &#169; Graham Nelson 1993, 1994, 1995, 1996, 1997: all rights reserved.</I></SMALL></BODY></HTML>