MultiFilter (lines 2899-2910)
Back to List
Browsing parserm.h
2899 ! The MultiFilter routine goes through the multiple-object-list and throws
2900 ! out anything without the given attribute "attr" set.
2901 ! ----------------------------------------------------------------------------
2902
2903 [ MultiFilter attr i j o;
2904 .MFiltl;
2905 i=multiple_object-->0;
2906 for (j=1:j<=i:j++)
2907 { o=multiple_object-->j;
2908 if (o hasnt attr) { MultiSub(o); jump Mfiltl; }
2909 }
2910 ];
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.