Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
what is the toggle tools function? / how do you add a delay to mousefire?
« previous
next »
Print
Pages: [
1
]
Author
Topic: what is the toggle tools function? / how do you add a delay to mousefire? (Read 2266 times)
phflack
July 29, 2010, 03:28:35 PM
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
»
Ad Bot
Advertisement
SpreadsPlague
July 29, 2010, 03:56:54 PM
useTools(1);
also hi phflack :D
«
Last Edit: July 29, 2010, 03:59:38 PM by SpreadsPlague
»
phflack
July 29, 2010, 04:11:50 PM
ahh, lemme test that
and hi
phflack
July 29, 2010, 04:43:09 PM
thanks, it works
herb
July 29, 2010, 08:30:01 PM
schedule(50,0,mouseFire,1);
phflack
July 29, 2010, 08:34:18 PM
thanks!
MegaScientifical
July 29, 2010, 08:48:27 PM
Using scrollTool(#); also brings up tools.
scrollTool(1); = Down Tool List.
scrollTool(-1); = Up Tool List.
phflack
July 29, 2010, 10:54:45 PM
it doesn't toggle them though, which is what i need it to do
herb
July 29, 2010, 11:12:51 PM
use it likes this?
scroll(1); useTool(1);
Reinforcements
August 02, 2010, 02:28:40 PM
Quote from: herb on July 29, 2010, 08:30:01 PM
schedule(50,
0
,mouseFire,1);
What would you normally put there?
rkynick
August 02, 2010, 02:53:19 PM
Quote from: Reinforcements on August 02, 2010, 02:28:40 PM
What would you normally put there?
0.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
what is the toggle tools function? / how do you add a delay to mousefire?