Author Topic: unusetool and reusetool  (Read 421 times)

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 :/

Maybe there is another argument.

serverCmdUseTool has an additional argument for the slot of the item being used.

ServerCmdUseTool(%cl,%slot);