Back to "drag" tags

Bapeth's Object Drag & Dropper by barryroser

Related: Snippet dragdrop

Description: Use this to carry a heavy item quickly to your destination.

# 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 pause 500 getlabel backpack ping endif if gumpexists 3527489586 gumpclose 3527489586 overhead "Ground Object Cleared" 45 @unsetvar "groundobject" endif loop