886
Modification Help / Re: ripping the event_addItem to use in a function
« on: January 06, 2015, 10:08:12 PM »
%client.player.tool0 = fistItem.getID();
messageClient(%client, 'MsgItemPickup', '', 0, %client.player.tool[0]);
this works for me, but it doesn't have the same calculations for how many tools the client has like additem.
messageClient(%client, 'MsgItemPickup', '', 0, %client.player.tool[0]);
this works for me, but it doesn't have the same calculations for how many tools the client has like additem.