Advertisement
katmeow11

Untitled

Nov 17th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. useobject 'lefthand'
  2. waitfortarget 2500
  3. if direction == 0
  4. targettileoffset 0 -1 0
  5. elseif direction == 1
  6. targettileoffset 1 -1 0
  7. elseif direction == 2
  8. targettileoffset 1 0 0
  9. elseif direction == 3
  10. targettileoffset 1 1 0
  11. elseif direction == 4
  12. targettileoffset 0 1 0
  13. elseif direction == 5
  14. targettileoffset -1 1 0
  15. elseif direction == 6
  16. targettileoffset -1 0 0
  17. elseif direction == 7
  18. targettileoffset -1 -1 0
  19. endif
  20. pause 3000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement