You don't really need to... use 'purloin'. Constant DEBUG.
: Why is it that "gonear" can reference any object in the game, even way
: out of scope, but my "grab" command can't? I even did this, just for a
: test:
[snip]
The 'purloin' verb is defined in Grammar.h like this:
Verb meta "purloin"
* multi -> XPurloin;
Try adding the 'meta' to your verb definition and see if it helps.
-- This message is copyright! See http://www.iea.com/~jessem/ec.html for info.