How do I make it so like if I click on zombie head it doesn't equip or yo-yo or something. It's annoying :(
Printable View
How do I make it so like if I click on zombie head it doesn't equip or yo-yo or something. It's annoying :(
Find the correct file (ItemClick3, ItemClick2) and put this:
Code:if (itemID == ####)
return;
No like, if I click like Slice on rotten potatoe it equips it.Quote:
Originally Posted by stripies [Only registered and activated users can see links. Click Here To Register...]