ScopeCeiling (lines 1453-1461)
Back to List
Browsing parserm.h
1453 [ ScopeCeiling person act;
1454 act = parent(person); if (act == 0) return person;
1455 if (person == player && location == thedark) return thedark;
1456 while (parent(act)~=0
1457 && (act has transparent || act has supporter
1458 || (act has container && act has open)))
1459 act = parent(act);
1460 return act;
1461 ];
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.