See section 12.7 in the manual (
http://inform7.com/learn/man/doc193.html). In particular:
Quote:
(Also, note that if you invent an action which needs to apply to directions like "north" or "south", you need to make this apply to visible things, because the object used inside Inform to represent the idea of "north" can be seen but not touched. So for understanding purposes, "visible thing" is understood as meaning any visible thing or direction: it's more general than "thing", not more specific.)
So this should work (briefly tested):
Code:
Dragging is an action applying to two visible things.
Understand "drag [something] [direction]" as dragging.
-Kevin