ExamineSub (lines 1635-1646)
Back to List
Browsing verblibm.h
1635 [ ExamineSub i;
1636 if (location==thedark) return L__M(##Examine,1);
1637 i=noun.description;
1638 if (i==0)
1639 { if (noun has container) <<Search noun>>;
1640 if (noun has switchable) { L__M(##Examine,3,noun); rfalse; }
1641 return L__M(##Examine,2,noun);
1642 }
1643 PrintOrRun(noun, description);
1644 if (noun has switchable) L__M(##Examine,3,noun);
1645 if (AfterRoutines()==1) rtrue;
1646 ];
Last updated 27 February 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.