Detect item use

Discussion in 'Rust Discussion' started by Spoon, Mar 3, 2015.

  1. Can you detect when a player uses an item like lights their torch?
     
  2. Hook: OnConsumableUse(Item item)
     
  3. I tried that it only seems to work when you eat or drink somthing
     
  4. Well pick another item it doesn't get called by, a torch is special type of weapon :/