Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

DisrobeSub (lines 2176-2183)

2176  [ DisrobeSub;
2177      if (ObjectIsUntouchable(noun)) return;
2178      if (noun hasnt worn) return L__M(##Disrobe, 1, noun);
2179      give noun ~worn;
2180      if (AfterRoutines() == 1) rtrue;
2181      if (keep_silent == 1) rtrue;
2182      L__M(##Disrobe,2,noun);
2183  ];


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.