Originally Posted by Infernal Bolt delayWalker(10000) will delay the walker for 10 seconds. this is my halberd&twohanded sword seller PHP Code: delayWalker(10000) Self.SayToNpc({"hi", "trade"}, 65) wait(900, 1200) Self.ShopSellItem(3269, Self.ItemCount(3269)) wait(900, 1200) Self.ShopSellItem(3265, Self.ItemCount(3265)) wait(700, 1400) Thx! works great
delayWalker(10000) Self.SayToNpc({"hi", "trade"}, 65) wait(900, 1200) Self.ShopSellItem(3269, Self.ItemCount(3269)) wait(900, 1200) Self.ShopSellItem(3265, Self.ItemCount(3265)) wait(700, 1400)
Forum Rules