1. Nick0jenna Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    May 23, 2012
    Messages:
    686
    Trophy Points:
    27,340
    Gender:
    Male
    Ratings:
    +141
    I would like it to loop every 10-15 sec

     
  2. TdoggTL Builder
    Builder ⛰️ Ex-President ⚒️⚒️

    Joined:
    Jul 22, 2012
    Messages:
    1,705
    Trophy Points:
    32,340
    Gender:
    Male
    EcoDollars:
    $552
    Ratings:
    +532
    if(autousing);
    log("&2[Macro] &fAutouse Stopped.");
    unset(autousing);
    stop();
    else;
    log("&2[Macro] &fAutouse Started.");
    set(autousing);
    do;
    key(use);
    WAIT(2)
    loop;
    endif;

    That will make it wait 2 seconds before it repeats
     
    #2 TdoggTL, Apr 15, 2013
    Last edited: Apr 15, 2013
  3. Nick0jenna Builder
    Builder ⛰️ Ex-Mayor ⚒️⚒️

    Joined:
    May 23, 2012
    Messages:
    686
    Trophy Points:
    27,340
    Gender:
    Male
    Ratings:
    +141
    Thank you