Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

EatSub (lines 2196-2208)

2196  [ EatSub;
2197      if (ObjectIsUntouchable(noun)) return;
2198      if (noun hasnt edible) return L__M(##Eat, 1, noun);
2199      if (noun has worn) {
2200          L__M(##Drop, 3, noun);
2201          <Disrobe noun>;
2202          if (noun has worn && noun in player) rtrue;
2203      }
2204      remove noun;
2205      if (AfterRoutines() == 1) rtrue;
2206      if (keep_silent == 1) rtrue;
2207      L__M(##Eat, 2, noun);
2208  ];


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.