Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

RemoveSub (lines 1123-1134)

1123  [ RemoveSub i;
1124    i=parent(noun);
1125    if (i has container && i hasnt open) return L__M(##Remove,1,noun);
1126    if (i~=second) return L__M(##Remove,2,noun);
1127    if (i has animate) return L__M(##Take,6,i);
1128    if (AttemptToTakeObject(noun)) rtrue;
1129    action=##Remove; if (AfterRoutines()==1) rtrue;
1130    action=##Take;   if (AfterRoutines()==1) rtrue;
1131   
1132    if (keep_silent==1) rtrue;
1133    return L__M(##Remove,3,noun);
1134  ];


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.