Advertisement
Sanwi

ChestSearch

Jun 1st, 2014
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. $${
  2.  
  3. key(use);
  4. wait(500ms);
  5.  
  6. &searchitem = $$?
  7.  
  8. for(#forsearch,0,53);
  9. getslotitem(%#forsearch%,&founditem);
  10. if(%&founditem% = %&searchitem%);
  11. slotclick(%#forsearch%,1,true);
  12. wait(500ms);
  13. endif;
  14. next;
  15.  
  16. gui();
  17.  
  18. stop();
  19. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement