Advertisement
Guest User

Untitled

a guest
May 4th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. auto(200)
  2.  
  3. for x, y in screentiles(ORDER_RADIAL, 1) do
  4. if table.find({2118, 2119, 2122, 2121}, topitem(x, y, $posz).id) then
  5. pausewalking(20000)
  6. end
  7. if table.find({2118, 2119, 2122, 2121}, topitem(x, y, $posz+1).id) then
  8. pausewalking(20000)
  9. end
  10. if table.find({2118, 2119, 2122, 2121}, topitem(x, y, $posz-1).id) then
  11. pausewalking(20000)
  12. end
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement