Hi all, I have a problem. When I write for a given item:
if haItemStat('XXX').value1>=0 and #haItem().sockets>0 then
haBuyout()
end
The bot buy all given item with socket(s) and doesn't matter my first condition (in this case haItemStat('XXX').value1>=0)
any suggestion?
Thx for help