Advertisement
Plue

Untitled

Apr 19th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. //promptalias 'Loom'
  2. while counter 'thread' > 0
  3. usetype 0xfa0
  4. waitingfortarget 15000
  5. target 'Loom'
  6. pause 800
  7. endwhile
  8.  
  9.  
  10. //promptalias 'Wheel1'
  11. //promptalias 'Wheel2'
  12. while counter 'cotton' > 0
  13. usetype 0xdf9
  14. waitingfortarget 15000
  15. target 'Wheel1'
  16. pause 650
  17. usetype 0xdf9
  18. waitingfortarget 15000
  19. target 'Wheel2'
  20. pause 4000
  21. endwhile
  22. while counter 'flax1' > 0
  23. usetype 0x1a9c
  24. waitingfortarget 15000
  25. target 'Wheel1'
  26. pause 650
  27. usetype 0x1a9c
  28. waitingfortarget 15000
  29. target 'Wheel2'
  30. pause 4000
  31. endwhile
  32. while counter 'flax2' > 0
  33. usetype 0x1a9d
  34. waitingfortarget 15000
  35. target 'Wheel1'
  36. pause 650
  37. usetype 0x1a9d
  38. waitingfortarget 15000
  39. target 'Wheel2'
  40. pause 4000
  41. endwhile
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement