self:SetStatusBarColor(0, .6, 0, 1);
self:SetMinMaxValues(0, 100);
self:SetValue(0);
self.text = _G[self:GetName() .. "Text"];
self:GetStatusBarTexture():SetDrawLayer("BORDER");
WatchFrameLineTemplate_OnLoad(self);
self:RegisterForDrag("LeftButton");
local watchFrame = _G["WatchFrame"];
watchFrame.moving = true;
watchFrame:StartMoving();
local watchFrame = _G["WatchFrame"];
watchFrame.moving = nil;
watchFrame:StopMovingOrSizing();
self:SetParent(UIParent) -- Freeedoom~!
self:SetFrameStrata("LOW");
self.updateFunctions = {};
self.numFunctions = 0;