High Window (lines 483-500)
Back to List
Browsing Toyshop.inf
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.
This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation.
Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight.