WoW:XML file: Difference between revisions
Jump to navigation
Jump to search
(Adding categories) |
|
(No difference)
|
Latest revision as of 04:49, 15 August 2023
Example[edit]
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/">; <Script file="repopme.lua"/>; <Frame name="repopme_core"> <Scripts> <OnLoad> self:RegisterEvent("PLAYER_DEAD"); </OnLoad> <OnEvent> repopme_OnEvent(event); </OnEvent> </Scripts> </Frame> </Ui>