MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | xclone <filename> | ||||
3 | |||||
4 | DESCRIPTION | ||||
5 | Clones an object. On error, the error log file will be printed. | ||||
6 | Moves the object (if possible) into your inventory. If the object | ||||
7 | has been cloned successfully, the variable "$clone" will be set, | ||||
8 | to make sure we don't lose the object out of sight :) | ||||
9 | |||||
10 | EXAMPLE | ||||
11 | xclone /std/thing | ||||
12 | xcall $clone->SetShort("a BIG thing!"); | ||||
13 |