Blockland Forums > Modification Help
what is the toggle tools function? / how do you add a delay to mousefire?
phflack:
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
SpreadsPlague:
useTools(1);
also hi phflack :D
phflack:
ahh, lemme test that
and hi
phflack:
thanks, it works
herb:
schedule(50,0,mouseFire,1);