Hi
anyone know a way to detect if a champion is swapping weapon set?
I have an item with water breathing but i'd like to stop this effect if it's not on weapon set in use.
Ty
detect swapping weapon set [SOLVED]
detect swapping weapon set [SOLVED]
Last edited by Granamir on Sun Mar 15, 2015 12:29 pm, edited 1 time in total.
Re: detect swapping weapon set
onUnequipItem() will trigger on a weapon swap (or use onEquipItem() if you want it to trigger on switching to the weapon)