MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | xmove <object> into <object> | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Moves one object into another or give the reason why the move failed. | ||||
6 | |||||
7 | EXAMPLES | ||||
8 | xmove $clone into $me | ||||
9 | If you cloned an object with xclone but the object couldn't be moved | ||||
10 | then this can be used to get the reason for it. | ||||
11 | |||||
12 | xmove hyp into ^wurzel (this is a silent form of going to other players) | ||||
13 |