Author Topic: what is the toggle tools function? / how do you add a delay to mousefire?  (Read 2266 times)

what's the function for toggling tools, ie, the q button (default toggle tools)

for mousefire, how would i add a delay to mousefire(1);? i tried schedule(50, mousefire(1)); but it didn't work, it said it needed more arguments
« Last Edit: July 29, 2010, 08:27:18 PM by phflack »

useTools(1);


also hi phflack :D
« Last Edit: July 29, 2010, 03:59:38 PM by SpreadsPlague »

ahh, lemme test that
and hi


schedule(50,0,mouseFire,1);


Using scrollTool(#); also brings up tools.

scrollTool(1); = Down Tool List.
scrollTool(-1); = Up Tool List.

it doesn't toggle them though, which is what i need it to do

use it likes this?

scroll(1); useTool(1);

schedule(50,0,mouseFire,1);
What would you normally put there?