Introduction:

Allows you to select an entire area with "copy" and all items are then saved to a temporary c-prop so you can then paste them at another location with ".paste" or ".mpaste".

Syntax:

".copy [target]"

".paste"

".mpaste"

Description:

    The ".copy" command:
        The accepts the optional switch, "target", which allows you to target items to aquire the maximum and minimum z-hieght.
        It offers a preview of the items selected to be copied before they are copied to memory.
        You can target any two corners of the "box" to select items.
        Item limit is initially set to 1,000 items. Can be changed by modifying the ITEM_LIMIT constant at the begining of the script.
    The "paste" command:
        The ".paste" command does a one-time paste of the items copied with the ".copy" command.
        Uses a "nudge tool" which is a gump interface that allows moving the items as a whole in any direction as many times as needed.
    The ".mpaste" command:
        The "mpaste" command allows for pasting the items copied with the "copy" command multiple times at multiple locations.
        Uses a "nudge tool" which is a gump interface that allows moving the items as a whole in any direction as many times as needed.



Note: An additional required file (YesNo.inc) is also included and should be placed in your includes file. If you have the same file with the same functions and similiar scripting you may omit it.