View Single Post
12-16-09, 07:04 AM   #129
Ferous
Sheer Sense of Doom
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 863
You'd want to do something like:

Code:
OnLoad = function(self)
            self:RegisterEvent("PLAYER_ENTERING_WORLD")
            self:Hide()
Or something like that? Maybe Katae has a better answer :P
  Reply With Quote