Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. zrywanie:
  2. finditem CBF_OIJ_UIJ_GJJ_CJJ ;typy szczepek w plecaku
  3. if #findstack > 1
  4. {
  5. set #lobjectid #findid
  6. event macro 17
  7. }
  8. if *STOP = 1
  9. {
  10. repeat
  11. until *STOP = 0
  12. }
  13. finditem XIJ G_1 ;typy ziola na zolu ;d
  14. if #findkind = -1
  15. goto sadzenie
  16. set #lobjectid #findid
  17. set #ltargetid #lobjectid
  18. wait 20
  19. event macro 17
  20. set %licz #scnt
  21. repeat
  22. scanjournal
  23. if Stoisz_za_daleko in #journal || z_tej_rosliny_juz_nic_ in #journal || #SCNT > %licz + 6
  24. {
  25. event macro 1 0 .um ukr
  26. ignoritem #findid
  27. goto start
  28. }
  29.  
  30. until nie_udalo_ci_sie_zebrac_ziol in #journal || udalo_ci_sie_zebrac in #journal || #SCNT > %licz + 6
  31. event macro 1 0 .um ukr
  32. goto zrywanie
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement