Re: Inform: Making godly commands


20 Aug 1995 19:35:14 GMT

Sam Hulick (shulick@cherry.ucs.indiana.edu) wrote:
: I want to make a command (for debugging) called "grab" that will
: teleport an object to me.

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.