I guess it is what I am adding afterwards that is causing the problem
This does nothing...
Code: Select all
function assassinDaggerEquip(self, champion, slot)
if slot == 7 or slot == 8 then
hudPrint("Rogue class/Assassin Dagger - Critical skill increases by 1 level.")
end
end
Thanks anyways!!