WoW:XML file

Revision as of 16:18, 29 August 2014 by 93.36.215.20 (talk) (Created page with "<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">; <script file="repopme.lua"/>; <!-- Frame to handle all core events --> <Fr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">; <script file="repopme.lua"/>; <!-- Frame to handle all core events -->

<Frame name="repopme_core">

<scripts>

<OnLoad>

this:RegisterEvent("PLAYER_DEAD");

</OnLoad>

<OnEvent>

  repopme_OnEvent(event);

</OnEvent> </Scripts> </Frame> </Ui>