Blockland Forums > Modification Help
what is the toggle tools function? / how do you add a delay to mousefire?
phflack:
thanks!
MegaScientifical:
Using scrollTool(#); also brings up tools.
scrollTool(1); = Down Tool List.
scrollTool(-1); = Up Tool List.
phflack:
it doesn't toggle them though, which is what i need it to do
herb:
use it likes this?
scroll(1); useTool(1);
Reinforcements:
--- Quote from: herb on July 29, 2010, 08:30:01 PM ---schedule(50,0,mouseFire,1);
--- End quote ---
What would you normally put there?