Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

CloseSub (lines 2166-2174)

2166  [ CloseSub;
2167      if (ObjectIsUntouchable(noun)) return;
2168      if (noun hasnt openable) return L__M(##Close, 1, noun);
2169      if (noun hasnt open)     return L__M(##Close, 2, noun);
2170      give noun ~open;
2171      if (AfterRoutines() == 1) rtrue;
2172      if (keep_silent == 1) rtrue;
2173      L__M(##Close, 3, noun);
2174  ];


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.