



CreatureTest (lines 2192-2200)
Back to List
Browsing parserm.h
2192 ! CreatureTest: Will this person do for a "creature" token?
2193 ! ----------------------------------------------------------------------------
2194
2195 [ CreatureTest obj;
2196 if (obj has animate) rtrue;
2197 if (obj hasnt talkable) rfalse;
2198 if (action_to_be == ##Ask or ##Answer or ##Tell or ##AskFor) rtrue;
2199 rfalse;
2200 ];
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.