Inform - Resources - Examples

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing Toyshop.inf

High Window (lines 483-500)

483  ! >HW  It's the draught from this slightly-concealed window which propels the
484  !      balloon:
485  ! ----------------------------------------------------------------------------
486   
487  Object -> "high window"
488    with name "high" "window",
489         description
490         [;  print "A narrow, high window ";
491             if (self has open) "through which a draught blows.";
492             "which is closed.";
493         ],
494         after
495         [; Open: StartDaemon(balloon);
496            Close: Achieved(2); StopDaemon(balloon);
497         ],
498    has  scenery openable open;
499   
500  ! ----------------------------------------------------------------------------


Last updated 23 June 2004. The librarian in charge of this page is Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight. Please email any comments, suggestions or corrections to cedenqs@inform-fiction.org.