Skip to content
Luxembourg edited this page Mar 20, 2013 · 4 revisions

@decompile

command: @decompile[/dbref] <thing>[/attr] [=<newname>]

dumps the sequence of commands you would have to type to clone <thing>. this is handy for saving your objects in a text file in case the mux dies a horrible death, or for moving your pride-and-joy creation from one mux to another. @decompile works on all object types. if you specify <newname>, then the commands emitted will set attributes, locks, and flags on an object named <newname> and will omit the command to create the object. if you specify <thing>/<attr>, <attr> accepts wildcards. if you specify the /dbref switch, you will get output using the dbref number instead of the object name.

related topics: examine, look.

Clone this wiki locally