Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
unusetool and reusetool
« previous
next »
Print
Pages: [
1
]
Author
Topic: unusetool and reusetool (Read 421 times)
tommybricksetti
January 30, 2013, 08:03:31 PM
I am trying to unequip the current item and then reequip it later.
Code:
[Select]
servercmdunusetool(%obj.client);
works, but
Code:
[Select]
servercmdusetool(%obj.client);
does not. So I am not sure what to do :/
Ad Bot
Advertisement
elm
January 30, 2013, 08:16:44 PM
Maybe there is another argument.
otto-san
January 30, 2013, 08:22:05 PM
serverCmdUseTool
has an additional argument for the slot of the item being used.
nerraD
January 31, 2013, 11:58:57 AM
ServerCmdUseTool(%cl,%slot);
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
unusetool and reusetool