WriteBeforeEntry (lines 425-442)
Back to List
Browsing verblibm.h
0425 [ WriteBeforeEntry o depth sentencepos flag;
0426 if (c_style & INDENT_BIT ~= 0) Print__Spaces(2*(depth+wlf_indent));
0427
0428 if (c_style & FULLINV_BIT ~= 0)
0429 { if (o.invent~=0)
0430 { inventory_stage=1;
0431 flag=PrintOrRun(o,invent,1);
0432 if (flag==1)
0433 { if (c_style & ENGLISH_BIT ~= 0)
0434 { if (sentencepos == -1) print (string) AND__TX;
0435 if (sentencepos < -1) print ", ";
0436 }
0437 if (c_style & NEWLINE_BIT ~= 0) new_line;
0438 }
0439 }
0440 }
0441 return flag;
0442 ];
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.