blob: 00c1b7abc9c3ac39dccab106ca83ccbcfe752d32 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 xclone <filename>
3
4DESCRIPTION
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
10EXAMPLE
11 xclone /std/thing
12 xcall $clone->SetShort("a BIG thing!");
13