Inform - Support - Source

Back to List

Inventory
Complete

Backward
Forward

Plain
Coloured
Gaudy

This code
in plain text

Browsing verblibm.h

XTestMove (lines 1950-1959)

1950  [ XTestMove obj dest;
1951    if ((obj<=InformLibrary) || (obj == LibraryMessages) || (obj in 1))
1952       "[Can't move ", (name) obj, ": it's a system object.]";
1953    while (dest ~= 0)
1954    {   if (dest == obj)
1955            "[Can't move ", (name) obj, ": it would contain itself.]";
1956        dest = parent(dest);
1957    }
1958    rfalse;
1959  ];


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.