Author Topic: Getting inventory item names Clientside  (Read 757 times)

Is there a way to get the names of all items in your inventory Clientside? Nvm.

Is there a simple command to use an item of X slot, Clientside?
« Last Edit: November 10, 2007, 02:46:06 PM by Aloshi »

setActiveTool(%slot) - 0 to 4. (Or player datablock maxtools...) It CAN let you use a nonexistant slot, highlighting it but no errors. Won't open the menu if it isn't open already.

useTools(1) - Opens the items menu.

servercmdUseTool(%client,%slot) - No highlighting or opening menu, but does the same.

Never mind. I got it now.