Guest User

Untitled

a guest
Oct 21st, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. set %cloth LDI_TQL_XDI_FZH_FWL_DCI
  2. top:
  3. finditem KAG G_2
  4. if #FINDKIND = -1
  5. {
  6. finditem KAG G_2
  7. Exevent Drag #findid
  8. wait 10
  9. Exevent Dropc #BACKPACKID
  10. wait 10
  11. goto top
  12. }
  13. set #lobjectid #findid
  14. Event macro 17 0
  15. target
  16. finditem %Cloth C_ , #BACKPACKID
  17. if #findkind = -1
  18. {
  19. Event macro 23
  20. halt
  21. }
  22. if #findcol <> 0 2
  23. ignoreitem #findid
  24. goto top
  25. set #lTargetID #findID
  26. set #lTargetKind 1
  27. event Macro 22
  28. goto top
Add Comment
Please, Sign In to add comment