View Single Post
05/19/23, 12:56 PM   #3
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
nope doesnt work either... I've even put a chat output inside the:

Code:
for skillName, skillID in ipairs(championSkills) do
		df(tostring("HELLO"))
and its not outputting so something wrong with the for statement but its looks perfect to me. In other examples most people use _ dummy for skillName but in my case I want that info. Does it need to be a number or index or can it be strings like I have there?

OR... theres something wrong with how im calling the function with:

Code:
local swapSkill = MyAddon.FindChampionSwapSkill()
im googling now on calling functions but I'm pretty sure this is fine as well

Last edited by sinnereso : 05/19/23 at 01:00 PM.
  Reply With Quote