



AllowPushDir (lines 2211-2222)
Back to List
Browsing verblibm.h
2211 ! Verbs which are really just stubs (anything which happens for these
2212 ! actions must happen in before rules)
2213 ! ----------------------------------------------------------------------------
2214
2215 [ AllowPushDir i;
2216 if (parent(second) ~= compass) return L__M(##PushDir, 2, noun);
2217 if (second == u_obj or d_obj) return L__M(##PushDir, 3, noun);
2218 AfterRoutines(); i = noun; move i to player;
2219 <Go second>;
2220 if (location == thedark) move i to real_location;
2221 else move i to location;
2222 ];
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.