vopalveko
11-23-2015, 06:42 AM
Hello, i am trying to use a script in order to use the concentrated demonic blood after i've looted it and then move the strong health and strong mana potions together so they stack up. can anyone help me please? thank you!!! ---I keep getting errors when i try to load the script into the scripter..says something about global(nil) value near expected line : itemcount. thanks!
local backpackName = "Backpack"
-- DO NOT EDIT BELOW!
if itemcount(6558, backpackName) > 0 and maround(4) == 0 then
pausewalking(1500)
useitem(6558, backpackName)
end
local backpackName = "Backpack"
-- DO NOT EDIT BELOW!
if itemcount(6558, backpackName) > 0 and maround(4) == 0 then
pausewalking(1500)
useitem(6558, backpackName)
end