Advertisement
Guest User

Untitled

a guest
May 4th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if (mobsaround() <= 2) or ($standtime >= 5000 and islocation()) then
  2. if $lastlabel == "north done" then
  3. gotolabel("start south", "Lure")
  4. elseif $lastlabel == "east done" then
  5. gotolabel("start north", "Lure")
  6. elseif $lastlabel == "south done" then
  7. gotolabel("start east", "Lure")
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement