Quote Originally Posted by Infernal Bolt View Post
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(9001200)
Self.ShopSellItem(3269Self.ItemCount(3269))
wait(9001200)
Self.ShopSellItem(3265Self.ItemCount(3265))
wait(7001400

Thx! works great