WoW:XML file
<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>