Advertisement
Sanwi

AFK (spin in a circle until W is pressed)

Mar 20th, 2015
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $${
  2. #i = 0;
  3. do;
  4. if("%KEY_W%" = "True");
  5. break();
  6. else;
  7. #i = %#i% + 1;
  8. if(#i >= 20);
  9. look(+10,+0);
  10. #i = 0;
  11. wait(1t);
  12. endif;
  13. endif;
  14. loop;
  15. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement