View Single Post
10-21-15, 12:06 PM   #9
Fizzlemizz
I did that?
 
Fizzlemizz's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Dec 2011
Posts: 1,877
Code:
    if event == "ADDON_LOADED" and arg == "test" then -- "test" is addon name
Did you change the "test" argument to the actual name (folder/.toc) of your addon? If not this code will not be executed to initialse the playerData table.
__________________
Fizzlemizz
Maintainer of Discord Unit Frames and Discord Art.
Author of FauxMazzle, FauxMazzleHUD and Move Pad Plus.
  Reply With Quote