Advertisement
Guest User

Lightvote Auto Start

a guest
Apr 27th, 2012
934
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(day);
  2. unset(day);
  3. stop();
  4. else;
  5. set(day);
  6. do;
  7. if(voted);
  8. if(TICKS<12000);
  9. log("vote unset");
  10. unset(voted);
  11. endif;
  12. else;
  13. if((TICKS>12000)&&(TICKS<24000));
  14. set(voted);
  15. echo(/lvt start);
  16. log("vote started");
  17. endif;
  18. endif;
  19. loop;
  20. endif;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement