View Single Post
03/27/15, 11:38 AM   #7
Woeler
 
Woeler's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2014
Posts: 40
Originally Posted by Baertram View Post
Where is the variable RT coming from?
See your function OnAddonLoaded...

if IsRaidInProgress() then
RT.TimerStart()
else
RT.savedVariables.raidStart = nil
end


It is not declared in this source code. It's a typo and you mean RS?

I guess you want it to be Timer.TimerStart()
Copy paste is Copy waste... That is what I learned now... Thanks! I was also calling the update method from the XML, which wasn't a good idea :P

Now fixed, it works!
  Reply With Quote