



ScopeCeiling (lines 2099-2107)
Back to List
Browsing parserm.h
2099 [ ScopeCeiling person act;
2100 act = parent(person);
2101 if (act == 0) return person;
2102 if (person == player && location == thedark) return thedark;
2103 while (parent(act)~=0 && (act has transparent || act has supporter ||
2104 (act has container && act has open)))
2105 act = parent(act);
2106 return act;
2107 ];
Last updated 27 February 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.