Blockland Forums > Suggestions & Requests

Flail arms keybind

Pages: << < (3/5) > >>

Axo-Tak:


--- Quote from: swollow on July 07, 2013, 11:14:26 PM ---wtf are you talking about


--- Code: ---function rapidClick(%switch)
{
    cancel($RapidFireClick);
    if(%switch)
    {
        mouseFire(1);
        %switch = 0;
    } else {
        mouseFire(0);
        %switch = 1;
    }
    $RapidFireClick = schedule(250,0,rapidClick,%switch);
}
--- End code ---

--- End quote ---
The schedule should be at  33.

Swollow:


--- Quote from: Axo-Tak on July 07, 2013, 11:17:50 PM ---The schedule should be at  33.

--- End quote ---
you can't click faster than 250 ms, setting it lower will actually cause you to click slower

hodototman:


--- Quote from: swollow on July 07, 2013, 11:21:25 PM ---you can't click faster than 250 ms, setting it lower will actually cause you to click slower

--- End quote ---
does that script make it so that it stops when you click?

Pacnet2012³:

Am I allowed to post a link to download Script_RapidClick (you hold a key and it does flail your arms very shortly after you start holding it down)
I prefer using it with the C key

Wheatley:

No, since swollow just posted the core code of such a script, you aren't allowed to post a link at all.

Pages: << < (3/5) > >>

Go to full version