sebaloko
05-20-2016, 05:15 PM
This is my code, but the bot is not buying the potions :/
if (labelName == "POTSSI") then
Walker.Stop()
wait(200,800)
Self.SayToNpc({"hi", "Vial", "yes"},80)
wait(800,1800)
Self.SayToNpc("trade", 70)
Self.ShopBuyItemsUpTo(266, 5)
wait(1740)
Walker.Start()
end
if (labelName == "POTSSI") then
Walker.Stop()
wait(200,800)
Self.SayToNpc({"hi", "Vial", "yes"},80)
wait(800,1800)
Self.SayToNpc("trade", 70)
Self.ShopBuyItemsUpTo(266, 5)
wait(1740)
Walker.Start()
end