Hello fellas.
Would anyone be kind enought to help me make an action to move gold from Demon backpack ->Blue backpack?
I need this action to be working all time so my mainbackpack (demon backpack) got space for manas.
/Damy
Hello fellas.
Would anyone be kind enought to help me make an action to move gold from Demon backpack ->Blue backpack?
I need this action to be working all time so my mainbackpack (demon backpack) got space for manas.
/Damy
Code:local ITEMS = {"gold coin"} for _,v in ipairs(ITEMS) do if itemcount(v, "demon backpack") > 0 then moveitems(v, "demon backpack", "blue backpack", 100) wait(300, 900) end end
thank you very muNch!