Need a Simple Line of text that will destroy all Copper on a persons
Thx
Moderator: MacroQuest Developers
Code: Select all
Sub Main
/windowstate InventoryWindow open
/shift /notify InventoryWindow IW_Money3 leftmouseup
|Are we sure we want to destroy it? Give me 10 seconds to drop in autoinv
/delay 10s
/destroy
/windowstate InventoryWindow close
/return