Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing parserm.h

PSN__ (lines 4463-4478)

4463  [ PSN__ o;
4464     if (o==0) { print (string) NOTHING__TX; rtrue; }
4465     switch(metaclass(o))
4466     {   Routine: print ", o, ">"; rtrue;
4467         String:  print "<string ~", (string) o, "~>"; rtrue;
4468         nothing: print ", o, ">"; rtrue;
4469     }
4470     if (o==player) { print (string) YOURSELF__TX; rtrue; }
4471     #ifdef LanguagePrintShortName;
4472     if (LanguagePrintShortName(o)) rtrue;
4473     #endif;
4474     if (indef_mode && o.&short_name_indef~=0
4475         && PrintOrRun(o, short_name_indef, 1)~=0) rtrue;
4476     if (o.&short_name~=0 && PrintOrRun(o,short_name,1)~=0) rtrue;
4477     @print_obj o;
4478  ];


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.