Hello i need this script.
If prismatic bolts in main bp then move them into orange bp.
THe best would be hotkey.
Thanks
Hello i need this script.
If prismatic bolts in main bp then move them into orange bp.
THe best would be hotkey.
Thanks
this is action after shoopPHP Code:
while itemcount("prismatic bolt", MainBpName) > 0 do
wait(1000)
moveitems("Prismatic Bolt", "Orange Backpack", 100)
wait(1000)
end
thanks : *****