Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

AllowPushDir (lines 1853-1860)

1853  [ AllowPushDir i;
1854    if (parent(second)~=compass) return L__M(##PushDir,2,noun);
1855    if (second==u_obj or d_obj)  return L__M(##PushDir,3,noun);
1856    AfterRoutines(); i=noun; move i to player;
1857    <Go second>;
1858    if (location==thedark) move i to real_location;
1859    else move i to location;
1860  ];


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.