Bapeth's Object Drag & Dropper by barryroser
Description from the author:
# Bapeth's Object Drag & Dropper
#
# Open the party menu to clear the object and set anew
#
# Script starts here
if not find "groundobject" ground
hotkey "Set last target"
wft 500
overhead "Select an object to drag" 88
while targetexists
//donothing
endwhile
@setvar "groundobject" lasttarget
overhead "Object set" 87
endif
if find "groundobject" ground -1 -1 2
drop backpack
lift "groundobject" 6000
drop 0
while queued
//donothing
endwhile
endif
if gumpexists 3527489586
gumpclose 3527489586
overhead "Ground Object Cleared" 45
@unsetvar "groundobject"
endif
loopUse this to carry a heavy item quickly to your destination.