vanilla-wow-addons – Rev 1

Subversion Repositories:
Rev:
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
..\FrameXML\UI.xsd">
        <Script file="whopinged.lua"/>
        <Frame name="myWhoPingedFrame" parent="UIParent" hidden="false">
                <Scripts>
                        <OnLoad>
                                this:RegisterEvent("VARIABLES_LOADED");
                        </OnLoad>
                        <OnEvent>
                                if(event == "VARIABLES_LOADED") then
                                        myWhoPinged_OnLoad();
                                end
                        </OnEvent>
                </Scripts>
        </Frame>
</Ui>