Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

DropSub (lines 1562-1575)

1562  [ DropSub;
1563      if (noun == player) return L__M(##PutOn, 4);
1564      if (noun in parent(player)) return L__M(##Drop, 1, noun);
1565      if (noun notin player) return L__M(##Drop, 2, noun);
1566      if (noun has worn) {
1567          L__M(##Drop, 3, noun);
1568          <Disrobe noun>;
1569          if (noun has worn && noun in player) rtrue;
1570      }
1571      move noun to parent(player);
1572      if (AfterRoutines() == 1) rtrue;
1573      if (keep_silent == 1) rtrue;
1574      return L__M(##Drop, 4, noun);
1575  ];


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.