Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

WearSub (lines 1751-1760)

1751  [ WearSub;
1752    if (ObjectIsUntouchable(noun)) return;
1753    if (noun hasnt clothing)  return L__M(##Wear,1,noun);
1754    if (parent(noun)~=player) return L__M(##Wear,2,noun);
1755    if (noun has worn)        return L__M(##Wear,3,noun);
1756    give noun worn;
1757    if (AfterRoutines()==1) rtrue;
1758    if (keep_silent==1) rtrue;
1759    L__M(##Wear,4,noun);
1760  ];


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.