I want to make a Script that Destroys all the torches in the players hand and inventory, but not in the Level. I have searched the Forum and I am lost.
Is it possible to do it??
Thank you for any help..
Try harder m8, it's very simple, let me say "basic script"... viewtopic.php?f=14&t=3099Mysterious wrote:Hi guys.
I want to make a Script that Destroys all the torches in the players hand and inventory, but not in the Level. I have searched the Forum and I am lost.
Is it possible to do it??
Thank you for any help..
So you would need toChampion:insertItem(slot, item)
Inserts an item to an equipment slot. Slot must be one of the following: 1 (head), 2 (torso), 3 (legs), 4 (feet), 5 (cloak), 6 (neck), 7 (left hand), 8 (right hand), 9 (gaunlets), 10 (bracers), 11-31 (backpack slots).
Champion:removeItem(slot)
Removes an item from an equipment slot.
Champion:getItem(slot)
Returns an item in an equipment slot.