~ubuntu-branches/ubuntu/vivid/inform/vivid

« back to all changes in this revision

Viewing changes to html/answers1/answer2.html

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2008-05-26 22:09:44 UTC
  • mfrom: (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080526220944-ba7phz0d1k4vo7wx
Tags: 6.31.1+dfsg-1
* Remove a considerable number of files from the package
  due to unacceptable licensing terms.
* Repair library symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<HTML><HEAD><TITLE>Answer to Exercise 2</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 2</B><TR><TD><TD>
4
 
<P>
5
 
 
6
 
<PRE>
7
 
Object medicine "guaranteed child-proof medicine bottle" cupboard
8
 
  with name "medicine" "bottle",
9
 
       description "~Antidote only: no preventative effect.~",
10
 
       openup
11
 
       [;  give self open ~locked; "The bottle cracks open!";
12
 
       ],
13
 
  has  container openable locked;
14
 
</PRE>
15
 
 
16
 
Any other code in the game can send the message <TT>medicine.openup()</TT>
17
 
to crack open the bottle.  For brevity, this solution assumes that
18
 
the bottle is always visible to the player when it is opened -- if not
19
 
the printed message will be incongruous.
20
 
</TABLE>
21
 
<HR>Back to <A HREF="../section8.html#ex2">the exercise in section 8</A><HR>
22
 
<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>