Guest User

esvaziar o baú

a guest
Nov 5th, 2013
3,788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $${
  2. PROMPT(#tip,$$?,"Qual o tipo? (1 - baú simples / 2 - Baú duplo");
  3. key(use);
  4. wait(1);
  5. if(#tip=1);
  6. for(#nslot,0,26);
  7. slotclick(%#nslot%,l,true);
  8. wait(50ms);
  9. next;
  10. elseif(#tip=2);
  11. for(#nslot,0,53);
  12. slotclick(%#nslot%,l,true);
  13. wait(50ms);
  14. next;
  15. else;
  16. log(numero invalido);
  17. endif;
  18. gui();
  19. }$$
Advertisement
Add Comment
Please, Sign In to add comment