Text Command: "copypaste"

Post your Custom Scripts or Packages.

Moderator: POL Developer

Post Reply
Danielle
Grandmaster Poster
Posts: 104
Joined: Tue Feb 07, 2006 3:32 pm
Location: Pittsburgh, Pennsylvania

Text Command: "copypaste"

Post by Danielle »

Introduction:

Allows you to select an entire area and all items are then copied to memory so you can then paste them at another location. Also provides a "nudge tool" for manipulating the items after pasting.

Syntax:

".copypaste [target]"

Description:
  • 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 5,000 items. Can be changed by modifying the ITEM_LIMIT constant at the begining of the script.
  • 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.
Attachments
copypaste.zip
POL VERSION 96 IS REQUIIRED!
(3.33 KiB) Downloaded 260 times
Post Reply