#include "move_failures.h"

int move(mixed dest);

This function is called when an object is to be moved. The efun
move_object() can only be used to move the self. A code defined
in /sys/move_failures.h should be returned.

MOVE_OK			Success.
MOVE_NOT_ALLOWED	It is not permitted to dosuch a move.
MOVE_NO_ROOM		Not enough space in receiving object.
 